(This page was automatically generated by the tools in the opsboy project on 21:46:00 31-Oct-2016 GMT.)

Detailed Test Report for ngx_stream_lua in linux x86_64 (wv)

Summary

Commit Testing Time Unexpected
Failures
Expected
Failures
Files Tests Elapsed Time
aafd50b2 2016-10-29 23:13:18 GMT 4777 38 94 7566 3043 sec

LuaJIT

LuaJIT 2.1.0-beta2, commit e244b1d

Compilation Errors

Unexpected Failures

File Name Details
093-uthread-spawn.t TEST 12: manual time slicing between a user thread and the entry thread - response_body - response is expected (repeated req 0, req 0) @@ -1,8 +1 @@
-0
+0-1
-f 1
-2
-f 2
-3
-f 3
-4
'
093-uthread-spawn.t TEST 12: manual time slicing between a user thread and the entry thread - response_body - response is expected (repeated req 1, req 0) @@ -1,8 +1 @@
-0
+0-1
-f 1
-2
-f 2
-3
-f 3
-4
'
093-uthread-spawn.t TEST 13: manual time slicing between two user threads - response_body - response is expected (repeated req 0, req 0) @@ -1,7 +1 @@
-f 1
+f-g 1
-f 2
-done
-g 2
-f 3
-g 3
'
093-uthread-spawn.t TEST 13: manual time slicing between two user threads - response_body - response is expected (repeated req 1, req 0) @@ -1,7 +1 @@
-f 1
+f-g 1
-f 2
-done
-g 2
-f 3
-g 3
'
093-uthread-spawn.t TEST 9: coroutine status of a dead user thread - response_body - response is expected (repeated req 0, req 0) got: 's'
expected: 'status: zombie
'
093-uthread-spawn.t TEST 9: coroutine status of a dead user thread - response_body - response is expected (repeated req 1, req 0) got: 's'
expected: 'status: zombie
'
093-uthread-spawn.t TEST 11: creating user threads in a user coroutine - response_body - response is expected (repeated req 0, req 0) @@ -1,5 +1 @@
-before f
+b-before g
-hello in g()
-after g
-after f
'
093-uthread-spawn.t TEST 11: creating user threads in a user coroutine - response_body - response is expected (repeated req 1, req 0) @@ -1,5 +1 @@
-before f
+b-before g
-hello in g()
-after g
-after f
'
093-uthread-spawn.t TEST 2: two simple user threads without I/O - response_body - response is expected (repeated req 0, req 0) @@ -1,6 +1 @@
-before 1
+b-in thread 1
-after 1
-before 2
-in thread 2
-after 2
'
093-uthread-spawn.t TEST 2: two simple user threads without I/O - response_body - response is expected (repeated req 1, req 0) @@ -1,6 +1 @@
-before 1
+b-in thread 1
-after 1
-before 2
-in thread 2
-after 2
'
093-uthread-spawn.t TEST 5: error in user thread - response_body - response is expected (repeated req 0, req 0) got: 'a'
expected: 'after
'
093-uthread-spawn.t TEST 5: error in user thread - response_body - response is expected (repeated req 1, req 0) got: 'a'
expected: 'after
'
093-uthread-spawn.t TEST 6: nested user threads - response_body - response is expected (repeated req 0, req 0) @@ -1,5 +1 @@
-before f
+b-before g
-hello in g()
-after f
-after g
'
093-uthread-spawn.t TEST 6: nested user threads - response_body - response is expected (repeated req 1, req 0) @@ -1,5 +1 @@
-before f
+b-before g
-hello in g()
-after f
-after g
'
093-uthread-spawn.t TEST 19: simple user thread with args - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-before
+b-hello foo and 3.14
-after
'
093-uthread-spawn.t TEST 19: simple user thread with args - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-before
+b-hello foo and 3.14
-after
'
093-uthread-spawn.t TEST 17: user threads + ngx.socket.udp - response_body_like - response is expected (b) 'b'
doesn't match '(?^s:^(?:before
after
received: hello udp
|before
received: hello udp
after)$)'
093-uthread-spawn.t TEST 1: simple user thread without I/O - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-before
+b-hello in thread
-after
'
093-uthread-spawn.t TEST 1: simple user thread without I/O - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-before
+b-hello in thread
-after
'
094-uthread-exit.t TEST 7: exit in user thread (entry thread is still pending on tcpsock:connect) - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1,4 @@
before
hello in thread
after
+failed to connect: connection refused
'
094-uthread-exit.t TEST 7: exit in user thread (entry thread is still pending on tcpsock:connect) - pattern "[error]" should not match any line in error.log but matches line "2016/10/29 23:52:18 [error] 18456\#0: *7 connect() failed (111: Connection refused) while handling client connection, client: 127.0.0.1, server: 0.0.0.0:1985" (req 1)
098-uthread-wait.t TEST 11: waiting on two simple user threads without I/O - response_body - response is expected (repeated req 0, req 0) @@ -1,7 +1 @@
-f: hello
+f-thread f created: zombie
-g: hello
-thread g created: zombie
-res: f done
-f status: dead
-g status: zombie
'
098-uthread-wait.t TEST 11: waiting on two simple user threads without I/O - response_body - response is expected (repeated req 1, req 0) @@ -1,7 +1 @@
-f: hello
+f-thread f created: zombie
-g: hello
-thread g created: zombie
-res: f done
-f status: dead
-g status: zombie
'
098-uthread-wait.t TEST 5: simple user thread wait without I/O (return multiple values) - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-res: done 3.14
'
098-uthread-wait.t TEST 5: simple user thread wait without I/O (return multiple values) - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-res: done 3.14
'
098-uthread-wait.t TEST 1: simple user thread wait without I/O - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-done
'
098-uthread-wait.t TEST 1: simple user thread wait without I/O - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-done
'
098-uthread-wait.t TEST 7: simple user thread wait without I/O, throw errors - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-failed to wait thread: bad bad!
'
098-uthread-wait.t TEST 7: simple user thread wait without I/O, throw errors - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-failed to wait thread: bad bad!
'
098-uthread-wait.t TEST 21: waiting on a dead coroutine - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-failed to run thread: already waited or killed
'
098-uthread-wait.t TEST 21: waiting on a dead coroutine - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-failed to run thread: already waited or killed
'
098-uthread-wait.t TEST 9: simple user thread wait without I/O (in a user coroutine) - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-done
'
098-uthread-wait.t TEST 9: simple user thread wait without I/O (in a user coroutine) - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-hello in thread
+h-thread created: zombie
-done
'
098-uthread-wait.t TEST 14: waiting on two simple user threads without I/O, both aborted by errors - response_body - response is expected (repeated req 0, req 0) @@ -1,7 +1 @@
-f: hello
+f-thread f created: zombie
-g: hello
-thread g created: zombie
-failed to wait thread: f done
-f status: dead
-g status: zombie
'
098-uthread-wait.t TEST 14: waiting on two simple user threads without I/O, both aborted by errors - response_body - response is expected (repeated req 1, req 0) @@ -1,7 +1 @@
-f: hello
+f-thread f created: zombie
-g: hello
-thread g created: zombie
-failed to wait thread: f done
-f status: dead
-g status: zombie
'
098-uthread-wait.t TEST 22: spawn and wait uthreads for many times - response_body - response is expected (repeated req 0, req 0) @@ -1,100 +1 @@
-1: done
+1-2: done
-3: done
-4: done
-5: done
-6: done
-7: done
-8: done
-9: done
-10: done
-11: done
-12: done
-13: done
-14: done
-15: done
-16: done
-17: done
-18: done
-19: done
-20: done
-21: done
-22: done
-23: done
-24: done
-25: done
-26: done
-27: done
-28: done
-29: done
-30: done
-31: done
-32: done
-33: done
-34: done
-35: done
-36: done
-37: done
-38: done
-39: done
-40: done
-41: done
-42: done
-43: done
-44: done
-45: done
-46: done
-47: done
-48: done
-49: done
-50: done
-51: done
-52: done
-53: done
-54: done
-55: done
-56: done
-57: done
-58: done
-59: done
-60: done
-61: done
-62: done
-63: done
-64: done
-65: done
-66: done
-67: done
-68: done
-69: done
-70: done
-71: done
-72: done
-73: done
-74: done
-75: done
-76: done
-77: done
-78: done
-79: done
-80: done
-81: done
-82: done
-83: done
-84: done
-85: done
-86: done
-87: done
-88: done
-89: done
-90: done
-91: done
-92: done
-93: done
-94: done
-95: done
-96: done
-97: done
-98: done
-99: done
-100: done
'
098-uthread-wait.t TEST 22: spawn and wait uthreads for many times - response_body - response is expected (repeated req 1, req 0) @@ -1,100 +1 @@
-1: done
+1-2: done
-3: done
-4: done
-5: done
-6: done
-7: done
-8: done
-9: done
-10: done
-11: done
-12: done
-13: done
-14: done
-15: done
-16: done
-17: done
-18: done
-19: done
-20: done
-21: done
-22: done
-23: done
-24: done
-25: done
-26: done
-27: done
-28: done
-29: done
-30: done
-31: done
-32: done
-33: done
-34: done
-35: done
-36: done
-37: done
-38: done
-39: done
-40: done
-41: done
-42: done
-43: done
-44: done
-45: done
-46: done
-47: done
-48: done
-49: done
-50: done
-51: done
-52: done
-53: done
-54: done
-55: done
-56: done
-57: done
-58: done
-59: done
-60: done
-61: done
-62: done
-63: done
-64: done
-65: done
-66: done
-67: done
-68: done
-69: done
-70: done
-71: done
-72: done
-73: done
-74: done
-75: done
-76: done
-77: done
-78: done
-79: done
-80: done
-81: done
-82: done
-83: done
-84: done
-85: done
-86: done
-87: done
-88: done
-89: done
-90: done
-91: done
-92: done
-93: done
-94: done
-95: done
-96: done
-97: done
-98: done
-99: done
-100: done
'
099-c-api.t TEST 4: key not found ==18838== Invalid read of size 8
==18838== at 0x4C42EE: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18838== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18838== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838== Address 0x827eca8 is 3 bytes after a block of size 5 alloc'd
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==18838== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==18838== by 0x41CEB8: ngx_pnalloc (ngx_palloc.c:130)
==18838== by 0x42E89F: ngx_conf_read_token (ngx_conf_file.c:724)
==18838== by 0x42E89F: ngx_conf_parse (ngx_conf_file.c:207)
==18838== by 0x496E24: ngx_stream_block (ngx_stream.c:168)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== Invalid read of size 8
==18838== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18838== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18838== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18838== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838== Address 0x58 is not stack'd, malloc'd or (recently) free'd
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_shmtx_lock
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838==
==18838== Process terminating with default action of signal 11 (SIGSEGV)
==18838== Access not within mapped region at address 0x58
==18838== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18838== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18838== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18838== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838== If you believe this happened as a result of a stack
==18838== overflow in your program's main thread (unlikely but
==18838== possible), you can try to increase the size of the
==18838== main thread stack using the --main-stacksize= flag.
==18838== The main thread stack size used in this run was 8388608.
==18838== 16 bytes in 1 blocks are definitely lost in loss record 351 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x54B1D5F: lj_cdata_new (lj_cdata.h:45)
==18838== by 0x54B1D5F: lj_cconv_tv_ct (lj_cconv.c:411)
==18838== by 0x54B3B9E: ccall_get_results (lj_ccall.c:1116)
==18838== by 0x54B3B9E: lj_ccall_func (lj_ccall.c:1143)
==18838== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_cconv_tv_ct
fun:ccall_get_results
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 18 bytes in 1 blocks are definitely lost in loss record 353 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18838== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18838== by 0x547E269: parse_for (lj_parse.c:2575)
==18838== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18838== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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: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
}
099-c-api.t TEST 4: key not found ==18838== 18 bytes in 1 blocks are definitely lost in loss record 354 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547BA59: parse_params (lj_parse.c:1811)
==18838== by 0x547BA59: parse_body (lj_parse.c:1847)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 18 bytes in 1 blocks are definitely lost in loss record 355 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x4CBAC1: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:514)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18838== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18838== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_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_socket_tcp_connect
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
}
099-c-api.t TEST 4: key not found ==18838== 18 bytes in 1 blocks are definitely lost in loss record 356 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18838== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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: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_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
}
099-c-api.t TEST 4: key not found ==18838== 18 bytes in 1 blocks are definitely lost in loss record 357 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54C99B4: ffi_finalizer (lib_ffi.c:831)
==18838== by 0x54C99B4: luaopen_ffi (lib_ffi.c:852)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 360 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 361 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18838== by 0x54BE439: luaopen_base (lib_base.c:658)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 362 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x504E1F: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:22)
==18838== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18838== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 363 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x511FFB: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:55)
==18838== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18838== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 364 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x512287: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:34)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 365 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 366 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18838== by 0x54BE439: luaopen_base (lib_base.c:658)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 367 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B3A17: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1947)
==18838== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18838== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 368 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D63CE: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==18838== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18838== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 369 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D6680: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 370 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478BD6: lex_string (lj_lex.c:280)
==18838== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547CC68: expr_bracket (lj_parse.c:1679)
==18838== by 0x547D6BF: expr_primary (lj_parse.c:1952)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18838== by 0x547E269: parse_for (lj_parse.c:2575)
==18838== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18838== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 19 bytes in 1 blocks are definitely lost in loss record 371 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18838== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 383 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18838== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 384 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18838== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 385 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 386 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 387 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 388 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 389 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x505475: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:284)
==18838== by 0x505475: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 390 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x504649: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:608)
==18838== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18838== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 391 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x504691: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:614)
==18838== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18838== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 392 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5057E7: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:131)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 393 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5066C2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:86)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 394 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4F51C1: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3234)
==18838== by 0x4F51C1: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18838== by 0x4F51C1: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51C1: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51C1: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 395 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50E60E: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:48)
==18838== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18838== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 396 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D2A1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:322)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 397 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D2E9: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:328)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 398 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D331: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:334)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 399 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x5479028: lex_opt (lj_parse.c:989)
==18838== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18838== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18838== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 400 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x5480768: cpparser (lj_load.c:42)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 401 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x510D47: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:83)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 402 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x512263: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:31)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 403 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18838== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 404 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18838== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 405 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 406 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 407 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 408 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 409 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x4BD662: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2890)
==18838== by 0x4BD662: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18838== by 0x4BD662: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD662: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD662: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 410 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A4103: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:300)
==18838== by 0x4A4103: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 411 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AB7D7: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==18838== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18838== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 412 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A7FFD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 413 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AA022: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 414 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B9D9F: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2098)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 415 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x5480768: cpparser (lj_load.c:42)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18838== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18838== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 416 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A8DCE: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==18838== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18838== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 417 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x5479028: lex_opt (lj_parse.c:989)
==18838== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18838== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18838== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 418 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x5480768: cpparser (lj_load.c:42)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 419 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D3E30: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 420 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D665C: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 421 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x5479028: lex_opt (lj_parse.c:989)
==18838== by 0x547DEE0: parse_for_iter (lj_parse.c:2538)
==18838== by 0x547DEE0: parse_for (lj_parse.c:2575)
==18838== by 0x547DEE0: parse_stmt (lj_parse.c:2636)
==18838== by 0x547DEE0: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 422 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x5480768: cpparser (lj_load.c:42)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 423 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x5479028: lex_opt (lj_parse.c:989)
==18838== by 0x547DD8E: parse_local (lj_parse.c:2257)
==18838== by 0x547DD8E: parse_stmt (lj_parse.c:2646)
==18838== by 0x547DD8E: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 424 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x5480768: cpparser (lj_load.c:42)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 425 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18838== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18838== by 0x4BDF66: ngx_http_lua_cache_store_code (ngx_http_lua_cache.c:125)
==18838== by 0x4BE03A: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:187)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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_cache_store_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
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 426 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x5480768: cpparser (lj_load.c:42)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 20 bytes in 1 blocks are definitely lost in loss record 427 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18838== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18838== by 0x4F91CE: ngx_stream_lua_cache_store_code (ngx_stream_lua_cache.c:122)
==18838== by 0x4F92A2: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:184)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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_stream_lua_cache_store_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 440 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 441 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x504E61: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:28)
==18838== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18838== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 442 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x504EC2: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:37)
==18838== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18838== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 443 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x505456: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:281)
==18838== by 0x505456: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 444 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x505494: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:287)
==18838== by 0x505494: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 445 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5054D2: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:293)
==18838== by 0x5054D2: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 446 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x50D480: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:365)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 447 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50227A: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:39)
==18838== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18838== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 448 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50229E: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:42)
==18838== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18838== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 449 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B7F6D: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==18838== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18838== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 450 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B7FCE: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==18838== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18838== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 451 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A40E4: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:297)
==18838== by 0x4A40E4: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 452 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A4122: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:303)
==18838== by 0x4A4122: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 453 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A4160: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:309)
==18838== by 0x4A4160: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 454 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A7889: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:36)
==18838== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18838== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 455 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4ACFF9: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:943)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 456 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CCD32: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 457 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D5252: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==18838== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18838== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 458 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D5276: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:43)
==18838== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18838== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 459 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18838== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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_return
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
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 460 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18838== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18838== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18838== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 461 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x5479028: lex_opt (lj_parse.c:989)
==18838== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18838== by 0x547D53E: parse_args (lj_parse.c:1904)
==18838== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18838== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18838== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lex_match
fun:parse_args
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 462 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 21 bytes in 1 blocks are definitely lost in loss record 463 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18838== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18838== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18838== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18838== by 0x54B7DE8: cp_opt (lj_cparse.c:393)
==18838== by 0x54B807C: cp_declarator (lj_cparse.c:1643)
==18838== by 0x54B9988: cp_decl_struct (lj_cparse.c:1336)
==18838== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18838== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18838== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18838== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_opt
fun:cp_declarator
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 468 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C431B: luaopen_package (lib_package.c:598)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 469 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C2939: luaopen_io (lib_io.c:533)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 470 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18838== by 0x54C2972: luaopen_io (lib_io.c:535)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 471 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 472 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 473 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 474 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x504E40: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:25)
==18838== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18838== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 475 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x504EA3: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:34)
==18838== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18838== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 476 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x505418: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:275)
==18838== by 0x505418: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 477 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x505437: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:278)
==18838== by 0x505437: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 478 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5054F1: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:296)
==18838== by 0x5054F1: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 479 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x505853: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:140)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 480 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x507343: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:115)
==18838== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18838== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 481 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5122AB: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:37)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 482 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C431B: luaopen_package (lib_package.c:598)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 483 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C2939: luaopen_io (lib_io.c:533)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 484 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18838== by 0x54C2972: luaopen_io (lib_io.c:535)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 485 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 486 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 487 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 488 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B7F4C: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==18838== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18838== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 489 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B7FAF: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==18838== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18838== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 490 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A40A6: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:291)
==18838== by 0x4A40A6: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 491 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A40C5: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:294)
==18838== by 0x4A40C5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 492 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A417F: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:312)
==18838== by 0x4A417F: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 493 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A8069: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 494 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CE1F9: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:135)
==18838== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18838== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 495 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D66A4: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 496 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18838== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18838== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18838== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18838== by 0x54B9BDC: cp_decl_struct (lj_cparse.c:1387)
==18838== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18838== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18838== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18838== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18838== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18838== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 4: key not found ==18838== 22 bytes in 1 blocks are definitely lost in loss record 497 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18838== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18838== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18838== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18838== by 0x54B7DE8: cp_opt (lj_cparse.c:393)
==18838== by 0x54B807C: cp_declarator (lj_cparse.c:1643)
==18838== by 0x54BA4F6: cp_decl_func (lj_cparse.c:1596)
==18838== by 0x54B82EA: cp_declarator (lj_cparse.c:1690)
==18838== by 0x54BAA6C: cp_decl_multi (lj_cparse.c:1801)
==18838== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18838== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_opt
fun:cp_declarator
fun:cp_decl_func
fun:cp_declarator
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 503 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C4343: luaopen_package (lib_package.c:600)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 504 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C4370: luaopen_package (lib_package.c:602)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 505 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18838== by 0x54C2994: luaopen_io (lib_io.c:536)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 506 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18838== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 507 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5053F9: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:272)
==18838== by 0x5053F9: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 508 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5054B3: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:290)
==18838== by 0x5054B3: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 509 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50198D: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:371)
==18838== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18838== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18838== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 510 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D3C1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:346)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 511 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D514: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:383)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 512 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5120F2: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:36)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 513 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x512166: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:47)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 514 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5122BD: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:39)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 515 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x502B05: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:266)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 516 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C4343: luaopen_package (lib_package.c:600)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 517 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C4370: luaopen_package (lib_package.c:602)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 518 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18838== by 0x54C2994: luaopen_io (lib_io.c:536)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 519 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18838== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 520 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A4087: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:288)
==18838== by 0x4A4087: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 521 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A4141: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:306)
==18838== by 0x4A4141: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 522 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CD0C5: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:372)
==18838== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 523 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4ACFB1: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:936)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 524 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4C427E: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==18838== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18838== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 525 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CCA87: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:208)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 23 bytes in 1 blocks are definitely lost in loss record 526 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CFC97: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:265)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,129 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,130 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18838== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18838== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,131 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C439D: luaopen_package (lib_package.c:604)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,132 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54755CB: lua_getfield (lj_api.c:738)
==18838== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18838== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,133 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x505733: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:116)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,134 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50577B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:122)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,135 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50669E: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:83)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,136 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D379: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:340)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,137 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,138 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x501586: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:261)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,139 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x51223F: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:28)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,140 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x502ABD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:260)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,141 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x502AE1: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:263)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,142 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x502B29: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:269)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,143 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x502BA2: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:281)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,144 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,145 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18838== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18838== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,146 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54C439D: luaopen_package (lib_package.c:604)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,147 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54755CB: lua_getfield (lj_api.c:738)
==18838== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18838== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,148 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B81FF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,149 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A7F49: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,150 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A7F91: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,151 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A9FFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,152 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,153 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CCC0F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:234)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,154 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D6638: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,155 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CFC4F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:259)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,156 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CFC73: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:262)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,157 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CFCBB: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:268)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 24 bytes in 1 blocks are definitely lost in loss record 1,158 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CFD34: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,166 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18838== by 0x54C4389: luaopen_package (lib_package.c:603)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,167 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18838== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,168 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x504E82: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:31)
==18838== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18838== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,169 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5066E6: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:90)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,170 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x506D0B: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:34)
==18838== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18838== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,171 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D30D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:331)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,172 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D355: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:337)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,173 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D42D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:355)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,174 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x502B5A: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:275)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,175 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x502B7E: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:278)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,176 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x502BC6: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:284)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,177 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x5474F06: luaL_newmetatable (lj_api.c:651)
==18838== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,178 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18838== by 0x54C4389: luaopen_package (lib_package.c:603)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,179 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18838== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,180 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B7FF0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,181 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B802E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,182 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B7F8E: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:31)
==18838== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18838== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,183 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AA046: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,184 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CFCEC: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:274)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,185 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CFD10: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 25 bytes in 1 blocks are definitely lost in loss record 1,186 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478BD6: lex_string (lj_lex.c:280)
==18838== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547D511: parse_args (lj_parse.c:1896)
==18838== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18838== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18838== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,188 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54755CB: lua_getfield (lj_api.c:738)
==18838== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18838== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,189 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54C432F: luaopen_package (lib_package.c:599)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,190 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18838== by 0x54C1510: luaopen_table (lib_table.c:303)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,191 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50579F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:125)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,192 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50582F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:137)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,193 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x506752: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:101)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,194 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x507497: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:73)
==18838== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18838== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,195 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D2C5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:325)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,196 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D3E5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:349)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,197 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x501739: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:305)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,198 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x512178: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:48)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,199 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54755CB: lua_getfield (lj_api.c:738)
==18838== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18838== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,200 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54C432F: luaopen_package (lib_package.c:599)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,201 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18838== by 0x54C1510: luaopen_table (lib_table.c:303)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,202 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B800F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,203 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B804D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,204 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B80C9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,205 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B80E8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,206 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8145: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,207 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B846B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,208 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A7FB5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:215)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,209 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A8045: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,210 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A80B1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,211 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AA0B2: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:101)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,212 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D4A3C: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==18838== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18838== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,213 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AF598: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,214 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AF670: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:58)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,215 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CCE9D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:303)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,216 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D654C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==18838== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18838== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 26 bytes in 1 blocks are definitely lost in loss record 1,217 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18838== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18838== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18838== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18838== by 0x54B9BDC: cp_decl_struct (lj_cparse.c:1387)
==18838== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18838== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18838== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18838== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,223 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4F514A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2659)
==18838== by 0x4F514A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F514A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F514A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,224 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x505757: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:119)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,225 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5065A2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:62)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,226 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5015F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:270)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,227 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18838== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18838== by 0x547E269: parse_for (lj_parse.c:2575)
==18838== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18838== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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: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: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
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,228 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B80AA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,229 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8183: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,230 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B81A2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:89)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,231 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B84E7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,232 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A7F6D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,233 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A9F02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,234 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AD044: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:954)
==18838== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,235 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D4439: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==18838== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,236 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A80FC: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==18838== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 27 bytes in 1 blocks are definitely lost in loss record 1,237 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CCC57: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,241 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18838== by 0x54C1533: luaopen_table (lib_table.c:304)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,242 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18838== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,243 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4F5114: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2193)
==18838== by 0x4F5114: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5114: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,244 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50580B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:134)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,245 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5065EA: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:68)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,246 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50670A: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:94)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,247 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x510D8A: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:90)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,248 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18838== by 0x54C1533: luaopen_table (lib_table.c:304)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,249 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18838== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,250 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4BD61A: ngx_http_lua_init_globals (ngx_http_lua_util.c:698)
==18838== by 0x4BD61A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD61A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck: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_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,251 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B806C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,252 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8164: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:83)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,253 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A8021: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,254 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A808D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,255 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A9F4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,256 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A9F6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,257 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A78AD: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==18838== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18838== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,258 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AD0B0: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:963)
==18838== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,259 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AF694: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,260 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AF6B8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,261 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A8699: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==18838== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,262 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CCC7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:243)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 28 bytes in 1 blocks are definitely lost in loss record 1,263 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D3E73: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,268 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5015AA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:264)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,269 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x501685: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:288)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,270 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x5017A5: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:314)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,271 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B808B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,272 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B821E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:102)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,273 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B84C8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,274 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AB747: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==18838== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18838== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,275 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AD020: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:951)
==18838== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,276 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AD068: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:957)
==18838== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,277 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B024D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==18838== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,278 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CCC33: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:237)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 29 bytes in 1 blocks are definitely lost in loss record 1,279 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CCF2D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:315)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,283 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x506632: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:74)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,284 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x506656: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:77)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,285 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x50D409: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:352)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,286 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x51201F: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:58)
==18838== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18838== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,287 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x512043: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:61)
==18838== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18838== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,288 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x512111: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:39)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,289 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8107: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:74)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,290 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B81C1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,291 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B823D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:105)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,292 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B844C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,293 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A9F92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,294 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A9FB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,295 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A9FDA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,296 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A6ACA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1430)
==18838== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18838== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,297 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B0295: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==18838== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,298 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AF5E0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,299 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AF604: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:49)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,300 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AF628: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,301 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4AF64C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:55)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,302 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D63F2: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==18838== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18838== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 30 bytes in 1 blocks are definitely lost in loss record 1,303 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D64E5: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==18838== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18838== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 31 bytes in 1 blocks are definitely lost in loss record 1,306 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x501781: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:311)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 31 bytes in 1 blocks are definitely lost in loss record 1,307 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8126: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 31 bytes in 1 blocks are definitely lost in loss record 1,308 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B82F7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 31 bytes in 1 blocks are definitely lost in loss record 1,309 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B83B1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:143)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 31 bytes in 1 blocks are definitely lost in loss record 1,310 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B83D0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 31 bytes in 1 blocks are definitely lost in loss record 1,311 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B0271: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==18838== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 31 bytes in 1 blocks are definitely lost in loss record 1,312 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4CCF09: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:312)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,413 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x546D874: cpluaopen (lj_state.c:150)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18838== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,414 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18838== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,415 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,416 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18838== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,417 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18838== by 0x54C4211: luaopen_package (lib_package.c:583)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,418 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18838== by 0x54C423B: luaopen_package (lib_package.c:585)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,419 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54C4389: luaopen_package (lib_package.c:603)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,420 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,421 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18838== by 0x54C1510: luaopen_table (lib_table.c:303)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,422 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18838== by 0x54C1533: luaopen_table (lib_table.c:304)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,423 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,424 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C2956: luaopen_io (lib_io.c:534)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,425 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C325D: luaopen_os (lib_os.c:289)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,426 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,427 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,428 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,429 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,430 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,431 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18838== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,432 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18838== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,433 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,434 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,435 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,436 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18838== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,437 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18838== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,438 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18838== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,439 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18838== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,440 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18838== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,441 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18838== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,442 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4F5138: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2658)
==18838== by 0x4F5138: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5138: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5138: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,443 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x505503: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:259)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,444 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x505527: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:262)
==18838== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18838== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,445 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x504613: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:604)
==18838== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18838== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,446 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x504637: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:607)
==18838== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18838== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,447 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50465B: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:610)
==18838== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18838== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,448 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50467F: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:613)
==18838== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18838== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,449 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x505721: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:115)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,450 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x505745: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:118)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,451 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x505769: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:121)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,452 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50578D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:124)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,453 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5057B1: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:127)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,454 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5057D5: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:130)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,455 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5057F9: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:133)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,456 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50581D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:136)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,457 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x505841: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:139)
==18838== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18838== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,458 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x506590: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:61)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,459 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5065B4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:64)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,460 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5065D8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:67)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,461 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5065FC: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:70)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,462 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x506620: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:73)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,463 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x506644: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:76)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,464 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x506668: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:79)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,465 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50668C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:82)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,466 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5066B0: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:85)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,467 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5066D4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:89)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,468 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5066F8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:93)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,469 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50671C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:96)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,470 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x506740: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:100)
==18838== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18838== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,471 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x506CD5: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:28)
==18838== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18838== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,472 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x506CF9: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:33)
==18838== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18838== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,473 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x507331: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:114)
==18838== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18838== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,474 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x507485: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:72)
==18838== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18838== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,475 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18838== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18838== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,476 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50A86C: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1922)
==18838== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18838== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,477 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50A890: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1925)
==18838== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18838== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,478 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50A8B4: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1928)
==18838== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18838== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,479 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50A8D8: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1931)
==18838== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18838== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,480 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50A8FC: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1934)
==18838== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18838== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,481 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18838== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18838== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,482 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50197B: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:370)
==18838== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18838== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18838== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,483 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50E595: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:39)
==18838== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18838== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,484 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18838== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18838== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,485 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50E5B9: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:42)
==18838== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18838== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,486 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50E5DD: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:44)
==18838== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18838== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,487 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,488 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,489 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D28F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:321)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,490 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D2B3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:324)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,491 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D2D7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:327)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,492 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D2FB: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:330)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,493 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D31F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:333)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,494 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D343: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:336)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,495 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D367: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:339)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,496 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D38B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:342)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,497 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D3AF: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:345)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,498 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D3D3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:348)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,499 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D3F7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:351)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,500 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50D41B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:354)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,501 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,502 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5013EC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:213)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,503 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,504 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501574: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:260)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,505 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501598: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:263)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,506 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5015BC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:266)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,507 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5015E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:269)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,508 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,509 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50164F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:282)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,510 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501673: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:287)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,511 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501697: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:292)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,512 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5016BB: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:295)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,513 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5016DF: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:298)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,514 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501703: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:301)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,515 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501727: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:304)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,516 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50174B: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:307)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,517 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50176F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:310)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,518 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501793: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:313)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,519 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,520 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501802: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:324)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,521 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,522 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501852: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:332)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,523 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,524 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5018A2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:340)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,525 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,526 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5018F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:348)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,527 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,528 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x501942: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:358)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,529 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x510D35: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:82)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,530 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,531 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x510D78: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:89)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,532 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x510D9C: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:92)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,533 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x510DC0: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:95)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,534 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x510DE4: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:98)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,535 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x510E08: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:101)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,536 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,537 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18838== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18838== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,538 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x502244: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:35)
==18838== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18838== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,539 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x502268: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:38)
==18838== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18838== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,540 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x50228C: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:41)
==18838== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18838== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,541 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18838== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18838== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,542 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x511FE9: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:54)
==18838== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18838== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,543 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x51200D: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:57)
==18838== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18838== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,544 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x512031: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:60)
==18838== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18838== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,545 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,546 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x5120E0: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:35)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,547 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x512130: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:42)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,548 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x512142: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:44)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,549 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x512154: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:45)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,550 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,551 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x51222D: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:27)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,552 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x512251: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:30)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,553 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x512275: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:33)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,554 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x512299: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:36)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,555 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18838== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18838== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,556 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x512473: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:28)
==18838== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18838== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,557 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x512497: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:30)
==18838== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18838== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,558 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,559 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x502B48: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:274)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,560 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x502B6C: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:277)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,561 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x502B90: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:280)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,562 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x502BB4: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:283)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,563 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547E9AB: lj_parse (lj_parse.c:2701)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,564 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54678D9: buf_grow (lj_buf.c:25)
==18838== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18838== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18838== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18838== by 0x54615CB: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18838== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,565 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x546D874: cpluaopen (lj_state.c:150)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18838== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,566 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18838== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,567 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,568 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18838== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,569 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18838== by 0x54C4211: luaopen_package (lib_package.c:583)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,570 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18838== by 0x54C423B: luaopen_package (lib_package.c:585)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,571 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54C4389: luaopen_package (lib_package.c:603)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,572 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,573 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18838== by 0x54C1510: luaopen_table (lib_table.c:303)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,574 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18838== by 0x54C1533: luaopen_table (lib_table.c:304)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,575 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,576 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C2956: luaopen_io (lib_io.c:534)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,577 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C325D: luaopen_os (lib_os.c:289)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,578 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,579 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,580 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,581 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,582 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,583 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18838== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,584 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18838== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,585 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,586 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,587 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,588 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18838== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,589 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18838== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,590 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18838== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,591 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18838== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,592 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18838== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,593 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18838== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,594 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4BD63E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:714)
==18838== by 0x4BD63E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD63E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD63E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,595 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD674: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2891)
==18838== by 0x4BD674: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18838== by 0x4BD674: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD674: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD674: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,596 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18838== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18838== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,597 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4BD698: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2895)
==18838== by 0x4BD698: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18838== by 0x4BD698: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD698: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD698: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,598 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4BD6BC: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2898)
==18838== by 0x4BD6BC: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18838== by 0x4BD6BC: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6BC: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6BC: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,599 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B825C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,600 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A4191: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:275)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,601 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A41B5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:278)
==18838== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18838== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,602 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AB735: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==18838== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18838== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,603 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AB759: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==18838== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18838== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,604 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AB77D: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==18838== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18838== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,605 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AB7A1: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==18838== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18838== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,606 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AB7C5: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==18838== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18838== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,607 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A7F37: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,608 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A7F7F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,609 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A7FA3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,610 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A7FC7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,611 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A7FEB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,612 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A800F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,613 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A8033: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,614 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A8057: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,615 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A807B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,616 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A809F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,617 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A80C3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,618 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4A80D5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,619 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A9EF0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,620 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A9F14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,621 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A9F38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,622 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A9F5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,623 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A9F80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,624 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A9FA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,625 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A9FC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,626 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A9FEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,627 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AA010: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,628 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AA034: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,629 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AA058: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,630 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AA07C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,631 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AA0A0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==18838== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18838== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,632 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A7853: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==18838== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18838== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,633 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A7877: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==18838== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18838== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,634 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A789B: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==18838== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18838== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,635 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A78BF: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==18838== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18838== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,636 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A78E3: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==18838== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18838== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,637 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18838== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18838== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,638 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A6A94: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1426)
==18838== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18838== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,639 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A6AB8: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1429)
==18838== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18838== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,640 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CE1E7: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:134)
==18838== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18838== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,641 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D4A2A: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==18838== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18838== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,642 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18838== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18838== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,643 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4B3963: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1932)
==18838== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18838== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,644 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4B3987: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1935)
==18838== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18838== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,645 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4B39AB: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1938)
==18838== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18838== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,646 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4B39CF: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1941)
==18838== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18838== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,647 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4B39F3: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1944)
==18838== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18838== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,648 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,649 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AD00E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:950)
==18838== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,650 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AD032: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:953)
==18838== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,651 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AD056: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:956)
==18838== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,652 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AD07A: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:959)
==18838== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,653 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AD09E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:962)
==18838== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,654 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF9E6: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==18838== by 0x4B9D5D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2090)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,655 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4B0217: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:367)
==18838== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,656 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4B023B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:370)
==18838== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,657 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4B025F: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:373)
==18838== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,658 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4B0283: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:376)
==18838== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,659 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF586: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,660 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF5AA: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,661 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF5CE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,662 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF5F2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,663 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF616: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,664 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF63A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,665 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF65E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,666 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF682: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,667 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4AF6A6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==18838== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,668 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CD0B3: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:371)
==18838== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,669 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D4403: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==18838== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,670 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D4427: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==18838== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,671 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A80EA: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==18838== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,672 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A8687: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==18838== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,673 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4ACF38: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:927)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,674 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,675 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4ACF5C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:930)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,676 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4ACF80: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:932)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,677 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,678 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4ACFD5: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:940)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,679 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18838== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18838== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,680 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4A8D55: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==18838== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18838== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,681 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18838== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18838== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,682 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A8D79: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==18838== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18838== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,683 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A8D9D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==18838== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18838== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,684 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4C426C: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:409)
==18838== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18838== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,685 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,686 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCA56: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:205)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,687 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,688 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCBFD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,689 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCC21: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:236)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,690 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCC45: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:239)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,691 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCC69: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:242)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,692 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,693 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCCD8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:255)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,694 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCCFC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:258)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,695 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCD20: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:261)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,696 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCD44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:264)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,697 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCD68: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:267)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,698 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,699 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCDD7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,700 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCDFB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:290)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,701 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCE1F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:293)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,702 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCE43: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:296)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,703 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCE67: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:299)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,704 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCE8B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:302)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,705 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCEAF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:305)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,706 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCED3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,707 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCEF7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:311)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,708 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCF1B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,709 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,710 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCF8A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:325)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,711 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,712 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CCFDA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,713 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,714 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CD02A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:341)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,715 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,716 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CD07A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:349)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,717 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D3E1E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,718 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,719 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D3E61: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:87)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,720 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D3E85: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:90)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,721 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D3EA9: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:93)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,722 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D3ECD: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:96)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,723 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D3EF1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:99)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,724 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,725 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D3F60: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:110)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,726 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18838== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18838== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,727 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D521C: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==18838== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18838== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,728 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D5240: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==18838== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18838== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,729 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D5264: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==18838== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18838== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,730 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18838== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18838== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,731 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D63BC: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:56)
==18838== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18838== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,732 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D63E0: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:59)
==18838== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18838== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,733 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D6404: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:62)
==18838== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18838== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,734 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18838== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18838== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,735 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D64B4: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==18838== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18838== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,736 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D6504: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:42)
==18838== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18838== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,737 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D6516: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==18838== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18838== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,738 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4D6528: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==18838== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18838== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,739 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,740 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D6626: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:27)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,741 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D664A: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,742 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D666E: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,743 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4D6692: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,744 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18838== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18838== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,745 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A862F: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==18838== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18838== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,746 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A8653: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==18838== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18838== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,747 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,748 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CFCDA: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:273)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,749 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CFCFE: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:276)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,750 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CFD22: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:279)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,751 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4CFD46: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:282)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,752 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54790B8: fs_init (lj_parse.c:1615)
==18838== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,753 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54790B8: fs_init (lj_parse.c:1615)
==18838== by 0x547BA28: parse_body (lj_parse.c:1844)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18838== by 0x547E269: parse_for (lj_parse.c:2575)
==18838== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18838== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,754 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54790B8: fs_init (lj_parse.c:1615)
==18838== by 0x547BA28: parse_body (lj_parse.c:1844)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,755 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54790B8: fs_init (lj_parse.c:1615)
==18838== by 0x547BA28: parse_body (lj_parse.c:1844)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,756 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54790B8: fs_init (lj_parse.c:1615)
==18838== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,757 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54790B8: fs_init (lj_parse.c:1615)
==18838== by 0x547BA28: parse_body (lj_parse.c:1844)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_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: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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,758 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18838== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18838== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18838== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,759 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18838== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18838== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,760 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54790B8: fs_init (lj_parse.c:1615)
==18838== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,761 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54790B8: fs_init (lj_parse.c:1615)
==18838== by 0x547BA28: parse_body (lj_parse.c:1844)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,762 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F5791: ngx_stream_lua_create_new_globals_table (ngx_stream_lua_util.c:1869)
==18838== by 0x4F583C: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:499)
==18838== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_create_new_globals_table
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,763 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18838== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,764 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,765 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 1 blocks are definitely lost in loss record 1,766 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5468659: newtab (lj_tab.c:122)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 32 bytes in 2 blocks are definitely lost in loss record 1,767 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x54B651E: lj_cdata_new (lj_cdata.h:45)
==18838== by 0x54B651E: lj_clib_index (lj_clib.c:372)
==18838== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 33 bytes in 1 blocks are definitely lost in loss record 1,770 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8354: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 33 bytes in 1 blocks are definitely lost in loss record 1,771 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B83EF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 33 bytes in 1 blocks are definitely lost in loss record 1,772 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8544: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 34 bytes in 1 blocks are definitely lost in loss record 1,773 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18838== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 34 bytes in 1 blocks are definitely lost in loss record 1,774 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18838== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 34 bytes in 1 blocks are definitely lost in loss record 1,775 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8316: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 34 bytes in 1 blocks are definitely lost in loss record 1,776 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8373: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 35 bytes in 1 blocks are definitely lost in loss record 1,778 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 35 bytes in 1 blocks are definitely lost in loss record 1,779 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x4F502C: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2160)
==18838== by 0x4F502C: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F502C: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 35 bytes in 1 blocks are definitely lost in loss record 1,780 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 35 bytes in 1 blocks are definitely lost in loss record 1,781 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18838== by 0x4BD532: ngx_http_lua_init_registry (ngx_http_lua_util.c:665)
==18838== by 0x4BD532: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD532: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_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
}
099-c-api.t TEST 4: key not found ==18838== 36 bytes in 2 blocks are definitely lost in loss record 1,786 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478BD6: lex_string (lj_lex.c:280)
==18838== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x5479028: lex_opt (lj_parse.c:989)
==18838== by 0x547CBF7: expr_list (lj_parse.c:1875)
==18838== by 0x547D522: parse_args (lj_parse.c:1900)
==18838== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18838== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18838== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 36 bytes in 2 blocks are definitely lost in loss record 1,787 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18838== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18838== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18838== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18838== by 0x54B9F5F: cp_decl_spec (lj_cparse.c:1480)
==18838== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18838== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18838== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18838== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18838== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18838== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18838== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 4: key not found ==18838== 37 bytes in 1 blocks are definitely lost in loss record 1,789 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B827B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 37 bytes in 1 blocks are definitely lost in loss record 1,790 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B842D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 37 bytes in 1 blocks are definitely lost in loss record 1,791 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8582: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 38 bytes in 1 blocks are definitely lost in loss record 1,794 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B829A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 38 bytes in 1 blocks are definitely lost in loss record 1,795 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8392: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 38 bytes in 1 blocks are definitely lost in loss record 1,796 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B848A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 39 bytes in 1 blocks are definitely lost in loss record 1,799 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B82D8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 39 bytes in 1 blocks are definitely lost in loss record 1,800 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B84A9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 1 blocks are definitely lost in loss record 1,821 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18838== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18838== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18838== by 0x54C2972: luaopen_io (lib_io.c:535)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 1 blocks are definitely lost in loss record 1,822 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18838== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18838== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18838== by 0x54C2994: luaopen_io (lib_io.c:536)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 1 blocks are definitely lost in loss record 1,823 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18838== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18838== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18838== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 1 blocks are definitely lost in loss record 1,824 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18838== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18838== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18838== by 0x54C2972: luaopen_io (lib_io.c:535)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 1 blocks are definitely lost in loss record 1,825 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18838== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18838== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18838== by 0x54C2994: luaopen_io (lib_io.c:536)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 1 blocks are definitely lost in loss record 1,826 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18838== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18838== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18838== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 1 blocks are definitely lost in loss record 1,827 of 2,485
==18838== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469521: lj_tab_resize (lj_tab.c:266)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5469207: lj_tab_setinth (lj_tab.c:522)
==18838== by 0x547D0A8: expr_table (lj_parse.c:1744)
==18838== by 0x547C839: expr_simple (lj_parse.c:2002)
==18838== by 0x547C839: expr_unop (lj_parse.c:2075)
==18838== by 0x547C839: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 2 blocks are definitely lost in loss record 1,828 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18838== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 2 blocks are definitely lost in loss record 1,829 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 2 blocks are definitely lost in loss record 1,830 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18838== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 2 blocks are definitely lost in loss record 1,831 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18838== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 2 blocks are definitely lost in loss record 1,832 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 40 bytes in 2 blocks are definitely lost in loss record 1,833 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478BD6: lex_string (lj_lex.c:280)
==18838== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x5479028: lex_opt (lj_parse.c:989)
==18838== by 0x547CBF7: expr_list (lj_parse.c:1875)
==18838== by 0x547D522: parse_args (lj_parse.c:1900)
==18838== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18838== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18838== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 4: key not found ==18838== 41 bytes in 1 blocks are definitely lost in loss record 1,837 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B81E0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 42 bytes in 1 blocks are definitely lost in loss record 1,838 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B85C0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:194)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 42 bytes in 2 blocks are definitely lost in loss record 1,839 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 42 bytes in 2 blocks are definitely lost in loss record 1,840 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 43 bytes in 1 blocks are definitely lost in loss record 1,844 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8506: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 43 bytes in 1 blocks are definitely lost in loss record 1,845 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B85A1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 44 bytes in 1 blocks are definitely lost in loss record 1,846 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x4B8525: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==18838== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18838== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 44 bytes in 2 blocks are definitely lost in loss record 1,847 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18838== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18838== by 0x547E269: parse_for (lj_parse.c:2575)
==18838== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18838== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 45 bytes in 2 blocks are definitely lost in loss record 1,852 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478BD6: lex_string (lj_lex.c:280)
==18838== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547D511: parse_args (lj_parse.c:1896)
==18838== by 0x547D7B4: expr_primary (lj_parse.c:1959)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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_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_return
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
}
099-c-api.t TEST 4: key not found ==18838== 47 bytes in 2 blocks are definitely lost in loss record 1,853 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18838== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 47 bytes in 2 blocks are definitely lost in loss record 1,854 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18838== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,903 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18838== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,904 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18838== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,905 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,906 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,907 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18838== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18838== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,908 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18838== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18838== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,909 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,910 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x54685B7: newtab (lj_tab.c:107)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50D492: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:368)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,911 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,912 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,913 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,914 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,915 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,916 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,917 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18838== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18838== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,918 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18838== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,919 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18838== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,920 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,921 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,922 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18838== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18838== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,923 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18838== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18838== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,924 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,925 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18838== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18838== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,926 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18838== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18838== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,927 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18838== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18838== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,928 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,929 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,930 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,931 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,932 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,933 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18838== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18838== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,934 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x54685B7: newtab (lj_tab.c:107)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x547D1C8: expr_table (lj_parse.c:1738)
==18838== by 0x547C839: expr_simple (lj_parse.c:2002)
==18838== by 0x547C839: expr_unop (lj_parse.c:2075)
==18838== by 0x547C839: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,935 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478BD6: lex_string (lj_lex.c:280)
==18838== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547D511: parse_args (lj_parse.c:1896)
==18838== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18838== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18838== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18838== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18838== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18838== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,936 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18838== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18838== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18838== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,937 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18838== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18838== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,938 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18838== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18838== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_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
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,939 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18838== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,940 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54C9913: luaopen_ffi (lib_ffi.c:851)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,941 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x54C9962: ffi_finalizer (lib_ffi.c:828)
==18838== by 0x54C9962: luaopen_ffi (lib_ffi.c:852)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 48 bytes in 1 blocks are definitely lost in loss record 1,942 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18838== by 0x54B6373: lj_clib_index (lj_clib.c:331)
==18838== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 49 bytes in 2 blocks are definitely lost in loss record 1,944 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 51 bytes in 2 blocks are definitely lost in loss record 1,945 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18838== by 0x54C423B: luaopen_package (lib_package.c:585)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 51 bytes in 2 blocks are definitely lost in loss record 1,946 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54761BC: lua_setfield (lj_api.c:903)
==18838== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18838== by 0x54C423B: luaopen_package (lib_package.c:585)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 4: key not found ==18838== 54 bytes in 1 blocks are definitely lost in loss record 1,950 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54755CB: lua_getfield (lj_api.c:738)
==18838== by 0x4F907A: ngx_stream_lua_cache_load_code (ngx_stream_lua_cache.c:49)
==18838== by 0x4F922F: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:145)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_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_stream_lua_cache_load_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 59 bytes in 3 blocks are definitely lost in loss record 1,968 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18838== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 4: key not found ==18838== 64 bytes in 1 blocks are definitely lost in loss record 1,998 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18838== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18838== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,999 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x510E77: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:112)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 64 bytes in 1 blocks are definitely lost in loss record 2,000 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18838== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18838== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,001 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x4A7F5B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==18838== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18838== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 64 bytes in 1 blocks are definitely lost in loss record 2,002 of 2,485
==18838== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54678D9: buf_grow (lj_buf.c:25)
==18838== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18838== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18838== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18838== by 0x547530F: lua_concat (lj_api.c:699)
==18838== by 0x4CBADB: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:516)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18838== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18838== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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:ngx_http_lua_socket_tcp_connect
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
}
099-c-api.t TEST 4: key not found ==18838== 64 bytes in 2 blocks are definitely lost in loss record 2,003 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18838== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 64 bytes in 2 blocks are definitely lost in loss record 2,004 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18838== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 4: key not found ==18838== 64 bytes in 2 blocks are definitely lost in loss record 2,005 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478BD6: lex_string (lj_lex.c:280)
==18838== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547D511: parse_args (lj_parse.c:1896)
==18838== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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_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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 4: key not found ==18838== 64 bytes in 2 blocks are definitely lost in loss record 2,006 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 65 bytes in 2 blocks are definitely lost in loss record 2,009 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18838== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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: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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 4: key not found ==18838== 67 bytes in 3 blocks are definitely lost in loss record 2,011 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 67 bytes in 3 blocks are definitely lost in loss record 2,012 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 69 bytes in 3 blocks are definitely lost in loss record 2,015 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18838== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 72 bytes in 1 blocks are definitely lost in loss record 2,025 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x54685B7: newtab (lj_tab.c:107)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54C4264: luaopen_package (lib_package.c:588)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 72 bytes in 1 blocks are definitely lost in loss record 2,026 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x54685B7: newtab (lj_tab.c:107)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54C4264: luaopen_package (lib_package.c:588)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 72 bytes in 1 blocks are definitely lost in loss record 2,027 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x54685B7: newtab (lj_tab.c:107)
==18838== by 0x5468883: lj_tab_dup (lj_tab.c:187)
==18838== by 0x54618DF: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18838== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,028 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18838== by 0x54B62C4: clib_new (lj_clib.c:386)
==18838== by 0x54B6908: lj_clib_default (lj_clib.c:414)
==18838== by 0x54C9AE7: luaopen_ffi (lib_ffi.c:861)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 73 bytes in 3 blocks are definitely lost in loss record 2,029 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 80 bytes in 1 blocks are definitely lost in loss record 2,046 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18838== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18838== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 80 bytes in 1 blocks are definitely lost in loss record 2,047 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18838== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18838== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 80 bytes in 1 blocks are definitely lost in loss record 2,048 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x54685B7: newtab (lj_tab.c:107)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18838== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18838== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 4: key not found ==18838== 80 bytes in 4 blocks are definitely lost in loss record 2,049 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18838== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 80 bytes in 4 blocks are definitely lost in loss record 2,050 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18838== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18838== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 91 bytes in 4 blocks are definitely lost in loss record 2,056 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 92 bytes in 1 blocks are definitely lost in loss record 2,057 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 93 bytes in 4 blocks are definitely lost in loss record 2,059 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18838== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,073 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,074 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18838== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18838== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,075 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18838== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18838== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,076 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18838== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18838== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,077 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,078 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18838== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18838== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,079 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18838== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18838== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,080 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18838== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18838== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,081 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5479E94: const_gc (lj_parse.c:218)
==18838== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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:const_gc
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: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
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,082 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5479E94: const_gc (lj_parse.c:218)
==18838== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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:const_gc
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,083 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,084 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 1 blocks are definitely lost in loss record 2,085 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5461C20: lj_BC_TSETS (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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_BC_TSETS
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 3 blocks are definitely lost in loss record 2,086 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18838== by 0x54C423B: luaopen_package (lib_package.c:585)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 3 blocks are definitely lost in loss record 2,087 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18838== by 0x54C423B: luaopen_package (lib_package.c:585)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 4: key not found ==18838== 96 bytes in 3 blocks are definitely lost in loss record 2,088 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 112 bytes in 5 blocks are definitely lost in loss record 2,103 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C2956: luaopen_io (lib_io.c:534)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 112 bytes in 5 blocks are definitely lost in loss record 2,104 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C2956: luaopen_io (lib_io.c:534)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 119 bytes in 1 blocks are definitely lost in loss record 2,110 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18838== by 0x54C40DA: setpath (lib_package.c:545)
==18838== by 0x54C431B: luaopen_package (lib_package.c:598)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 124 bytes in 6 blocks are definitely lost in loss record 2,116 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18838== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 124 bytes in 6 blocks are definitely lost in loss record 2,117 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18838== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 126 bytes in 1 blocks are definitely lost in loss record 2,118 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547BB80: parse_body (lj_parse.c:1853)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
}
099-c-api.t TEST 4: key not found ==18838== 126 bytes in 1 blocks are definitely lost in loss record 2,119 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547BB80: parse_body (lj_parse.c:1853)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 128 bytes in 4 blocks are definitely lost in loss record 2,138 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18838== by 0x54C427A: luaopen_package (lib_package.c:590)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 128 bytes in 4 blocks are definitely lost in loss record 2,139 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 128 bytes in 4 blocks are definitely lost in loss record 2,140 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18838== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18838== by 0x54C427A: luaopen_package (lib_package.c:590)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 128 bytes in 4 blocks are definitely lost in loss record 2,141 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 130 bytes in 1 blocks are definitely lost in loss record 2,142 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547BB80: parse_body (lj_parse.c:1853)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 130 bytes in 1 blocks are definitely lost in loss record 2,143 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547BB80: parse_body (lj_parse.c:1853)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 134 bytes in 6 blocks are definitely lost in loss record 2,145 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 136 bytes in 6 blocks are definitely lost in loss record 2,146 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 145 (92 direct, 53 indirect) bytes in 1 blocks are definitely lost in loss record 2,155 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 154 bytes in 7 blocks are definitely lost in loss record 2,157 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 154 bytes in 7 blocks are definitely lost in loss record 2,158 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 160 bytes in 5 blocks are definitely lost in loss record 2,168 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 160 bytes in 5 blocks are definitely lost in loss record 2,169 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 172 bytes in 5 blocks are definitely lost in loss record 2,173 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18838== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18838== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 172 bytes in 5 blocks are definitely lost in loss record 2,174 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469C3B: func_newL (lj_func.c:122)
==18838== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18838== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18838== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 176 bytes in 2 blocks are definitely lost in loss record 2,180 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18838== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18838== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 176 bytes in 2 blocks are definitely lost in loss record 2,181 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18838== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18838== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 187 bytes in 1 blocks are definitely lost in loss record 2,184 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 187 bytes in 1 blocks are definitely lost in loss record 2,185 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,190 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,191 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,192 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18838== by 0x54761F8: lua_setfield (lj_api.c:904)
==18838== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,193 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18838== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,194 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18838== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,195 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18838== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18838== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,196 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,197 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,198 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18838== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18838== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,199 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,200 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,201 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18838== by 0x54761F8: lua_setfield (lj_api.c:904)
==18838== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,202 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18838== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,203 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18838== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,204 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18838== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18838== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,205 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,206 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,207 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18838== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18838== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,208 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18838== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18838== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,209 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18838== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x5479028: lex_opt (lj_parse.c:989)
==18838== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18838== by 0x547D53E: parse_args (lj_parse.c:1904)
==18838== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E47B: parse_local (lj_parse.c:2259)
==18838== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18838== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 1 blocks are definitely lost in loss record 2,210 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18838== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x5479028: lex_opt (lj_parse.c:989)
==18838== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18838== by 0x547D53E: parse_args (lj_parse.c:1904)
==18838== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18838== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18838== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18838== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 6 blocks are definitely lost in loss record 2,211 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 192 bytes in 6 blocks are definitely lost in loss record 2,212 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 205 bytes in 9 blocks are definitely lost in loss record 2,213 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C325D: luaopen_os (lib_os.c:289)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 207 bytes in 9 blocks are definitely lost in loss record 2,214 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C325D: luaopen_os (lib_os.c:289)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 208 bytes in 9 blocks are definitely lost in loss record 2,220 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 218 bytes in 1 blocks are definitely lost in loss record 2,222 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18838== by 0x54C40DA: setpath (lib_package.c:545)
==18838== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 218 bytes in 1 blocks are definitely lost in loss record 2,223 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18838== by 0x54C40DA: setpath (lib_package.c:545)
==18838== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 231 bytes in 1 blocks are definitely lost in loss record 2,229 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547BB80: parse_body (lj_parse.c:1853)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18838== by 0x547E269: parse_for (lj_parse.c:2575)
==18838== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18838== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 231 bytes in 1 blocks are definitely lost in loss record 2,230 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547BB80: parse_body (lj_parse.c:1853)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18838== by 0x547E269: parse_for (lj_parse.c:2575)
==18838== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18838== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 235 (200 direct, 35 indirect) bytes in 1 blocks are definitely lost in loss record 2,233 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18838== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18838== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 239 bytes in 11 blocks are definitely lost in loss record 2,234 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 239 bytes in 11 blocks are definitely lost in loss record 2,235 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 240 bytes in 11 blocks are definitely lost in loss record 2,238 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 253 bytes in 11 blocks are definitely lost in loss record 2,240 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 256 bytes in 10 blocks are definitely lost in loss record 2,249 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 261 bytes in 12 blocks are definitely lost in loss record 2,250 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 284 bytes in 11 blocks are definitely lost in loss record 2,253 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 288 bytes in 9 blocks are definitely lost in loss record 2,255 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 288 bytes in 9 blocks are definitely lost in loss record 2,256 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 352 bytes in 11 blocks are definitely lost in loss record 2,267 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C2956: luaopen_io (lib_io.c:534)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 352 bytes in 11 blocks are definitely lost in loss record 2,268 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C325D: luaopen_os (lib_os.c:289)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 352 bytes in 11 blocks are definitely lost in loss record 2,269 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C2956: luaopen_io (lib_io.c:534)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 352 bytes in 11 blocks are definitely lost in loss record 2,270 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C325D: luaopen_os (lib_os.c:289)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 360 bytes in 15 blocks are definitely lost in loss record 2,276 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A03F: func_finduv (lj_func.c:52)
==18838== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18838== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18838== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 360 bytes in 15 blocks are definitely lost in loss record 2,277 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x546A03F: func_finduv (lj_func.c:52)
==18838== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18838== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18838== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 367 bytes in 1 blocks are definitely lost in loss record 2,278 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547BB80: parse_body (lj_parse.c:1853)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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: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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,285 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18838== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,286 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18838== by 0x54761F8: lua_setfield (lj_api.c:904)
==18838== by 0x54C439D: luaopen_package (lib_package.c:604)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,287 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,288 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C2956: luaopen_io (lib_io.c:534)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,289 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C325D: luaopen_os (lib_os.c:289)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,290 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,291 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,292 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,293 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,294 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18838== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,295 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18838== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18838== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,296 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18838== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18838== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,297 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18838== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18838== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,298 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18838== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,299 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18838== by 0x54761F8: lua_setfield (lj_api.c:904)
==18838== by 0x54C439D: luaopen_package (lib_package.c:604)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,300 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,301 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C2956: luaopen_io (lib_io.c:534)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,302 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C325D: luaopen_os (lib_os.c:289)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,303 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,304 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,305 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,306 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,307 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18838== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,308 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,309 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 1 blocks are definitely lost in loss record 2,310 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18838== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547C72F: expr_simple (lj_parse.c:2012)
==18838== by 0x547C72F: expr_unop (lj_parse.c:2075)
==18838== by 0x547C72F: expr_binop (lj_parse.c:2088)
==18838== by 0x547C173: expr_binop (lj_parse.c:2096)
==18838== by 0x547CC21: expr (lj_parse.c:2107)
==18838== by 0x547CC21: expr_cond (lj_parse.c:2122)
==18838== by 0x547E8DD: parse_then (lj_parse.c:2587)
==18838== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18838== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18838== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18838== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18838== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18838== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18838== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18838== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18838== by 0x547E269: parse_for (lj_parse.c:2575)
==18838== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18838== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 12 blocks are definitely lost in loss record 2,311 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 384 bytes in 12 blocks are definitely lost in loss record 2,312 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 395 bytes in 1 blocks are definitely lost in loss record 2,313 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 402 bytes in 19 blocks are definitely lost in loss record 2,314 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18838== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18838== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 403 bytes in 19 blocks are definitely lost in loss record 2,315 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18838== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18838== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 416 bytes in 13 blocks are definitely lost in loss record 2,319 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 416 bytes in 13 blocks are definitely lost in loss record 2,320 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 463 bytes in 20 blocks are definitely lost in loss record 2,328 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18838== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18838== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 463 bytes in 20 blocks are definitely lost in loss record 2,329 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18838== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18838== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_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
}
099-c-api.t TEST 4: key not found ==18838== 507 bytes in 24 blocks are definitely lost in loss record 2,336 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 509 bytes in 24 blocks are definitely lost in loss record 2,337 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 512 bytes in 16 blocks are definitely lost in loss record 2,342 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 512 bytes in 16 blocks are definitely lost in loss record 2,343 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 529 bytes in 22 blocks are definitely lost in loss record 2,348 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 530 bytes in 22 blocks are definitely lost in loss record 2,349 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 544 bytes in 17 blocks are definitely lost in loss record 2,350 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 552 bytes in 4 blocks are definitely lost in loss record 2,351 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18838== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18838== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 552 bytes in 4 blocks are definitely lost in loss record 2,352 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18838== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18838== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18838== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 572 bytes in 1 blocks are definitely lost in loss record 2,354 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18838== by 0x547BB80: parse_body (lj_parse.c:1853)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 576 bytes in 18 blocks are definitely lost in loss record 2,356 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 621 bytes in 1 blocks are definitely lost in loss record 2,363 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18838== by 0x5477D01: lex_longstring (lj_lex.c:175)
==18838== by 0x547846C: lex_scan (lj_lex.c:338)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547A478: lex_str (lj_parse.c:1024)
==18838== by 0x547B6E2: expr_str (lj_parse.c:1630)
==18838== by 0x547B6E2: expr_field (lj_parse.c:1672)
==18838== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18838== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18838== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18838== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_longstring
fun:lex_scan
fun:lj_lex_next
fun:lex_str
fun:expr_str
fun:expr_field
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,382 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,383 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18838== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,384 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18838== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18838== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,385 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x54763AF: lua_rawset (lj_api.c:923)
==18838== by 0x510E46: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:106)
==18838== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18838== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,386 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18838== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18838== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,387 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18838== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,388 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18838== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18838== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,389 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18838== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18838== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,390 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x54763AF: lua_rawset (lj_api.c:923)
==18838== by 0x4CD099: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:351)
==18838== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18838== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,391 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18838== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18838== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18838== by 0x547E269: parse_for (lj_parse.c:2575)
==18838== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18838== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18838== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18838== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18838== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<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
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,392 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18838== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547DC23: parse_return (lj_parse.c:2308)
==18838== by 0x547DC23: parse_stmt (lj_parse.c:2649)
==18838== by 0x547DC23: parse_chunk (lj_parse.c:2682)
==18838== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18838== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18838== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18838== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18838== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18838== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18838== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18838== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18838== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18838== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18838== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18838== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18838== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18838== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18838== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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_return
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_return
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
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,393 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5469354: newhpart (lj_tab.c:64)
==18838== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18838== by 0x5469756: rehashtab (lj_tab.c:385)
==18838== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18838== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18838== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18838== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18838== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18838== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18838== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18838== by 0x547BB50: parse_body (lj_parse.c:1851)
==18838== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18838== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18838== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18838== by 0x547CBC5: expr (lj_parse.c:2107)
==18838== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18838== by 0x547E193: parse_return (lj_parse.c:2314)
==18838== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18838== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18838== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18838== by 0x548075A: cpparser (lj_load.c:41)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x548087A: lua_loadx (lj_load.c:58)
==18838== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18838== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18838== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<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_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,394 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 768 bytes in 1 blocks are definitely lost in loss record 2,395 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18838== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18838== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 848 bytes in 26 blocks are definitely lost in loss record 2,404 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 848 bytes in 26 blocks are definitely lost in loss record 2,405 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 1,000 bytes in 27 blocks are definitely lost in loss record 2,414 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18838== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 1,000 bytes in 27 blocks are definitely lost in loss record 2,415 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18838== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18838== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18838== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18838== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18838== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 4: key not found ==18838== 1,347 bytes in 54 blocks are definitely lost in loss record 2,434 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x54683C9: lj_str_new (lj_str.c:188)
==18838== by 0x54AFD29: lj_ctype_init (lj_ctype.c:611)
==18838== by 0x54C9901: luaopen_ffi (lib_ffi.c:850)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18838== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18838== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18838== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18838== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18838== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18838== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18838== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18838== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18838== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18838== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18838== by 0x41B70E: main (nginx.c:364)
==18838==
{
<insert_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 1,536 bytes in 1 blocks are definitely lost in loss record 2,440 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x546D862: cpluaopen (lj_state.c:149)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18838== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 1,536 bytes in 1 blocks are definitely lost in loss record 2,441 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18838== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18838== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18838== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18838== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18838== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 4: key not found ==18838== 1,536 bytes in 1 blocks are definitely lost in loss record 2,442 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x546D862: cpluaopen (lj_state.c:149)
==18838== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18838== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18838== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18838== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18838== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 4: key not found ==18838== 3,072 bytes in 1 blocks are definitely lost in loss record 2,464 of 2,485
==18838== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18838== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18838== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18838== by 0x5468618: newhpart (lj_tab.c:64)
==18838== by 0x5468618: newtab (lj_tab.c:143)
==18838== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18838== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18838== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18838== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18838== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18838== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18838== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18838== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18838== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18838== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18838== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18838== by 0x41B4C8: main (nginx.c:276)
==18838==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 4: key not found - status code ok got: ''
expected: '200'
099-c-api.t TEST 4: key not found - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +0,0 @@
-foo: rc=-5
-bar: rc=-5
'
099-c-api.t TEST 4: key not found - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 4: key not found - status code ok got: ''
expected: '200'
099-c-api.t TEST 4: key not found - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +0,0 @@
-foo: rc=-5
-bar: rc=-5
'
099-c-api.t TEST 4: key not found - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 4: key not found - status code ok got: ''
expected: '200'
099-c-api.t TEST 4: key not found - response_body - response is expected (repeated req 2, req 0) @@ -1,2 +0,0 @@
-foo: rc=-5
-bar: rc=-5
'
099-c-api.t TEST 5: string typed value ==18851== Invalid read of size 8
==18851== at 0x4C42EE: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18851== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18851== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851== Address 0x827eed8 is 3 bytes after a block of size 5 alloc'd
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==18851== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==18851== by 0x41CEB8: ngx_pnalloc (ngx_palloc.c:130)
==18851== by 0x42E89F: ngx_conf_read_token (ngx_conf_file.c:724)
==18851== by 0x42E89F: ngx_conf_parse (ngx_conf_file.c:207)
==18851== by 0x496E24: ngx_stream_block (ngx_stream.c:168)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== Invalid read of size 8
==18851== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18851== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18851== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18851== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851== Address 0x58 is not stack'd, malloc'd or (recently) free'd
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_shmtx_lock
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851==
==18851== Process terminating with default action of signal 11 (SIGSEGV)
==18851== Access not within mapped region at address 0x58
==18851== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18851== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18851== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18851== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851== If you believe this happened as a result of a stack
==18851== overflow in your program's main thread (unlikely but
==18851== possible), you can try to increase the size of the
==18851== main thread stack using the --main-stacksize= flag.
==18851== The main thread stack size used in this run was 8388608.
==18851== 16 bytes in 1 blocks are definitely lost in loss record 351 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x54B1D5F: lj_cdata_new (lj_cdata.h:45)
==18851== by 0x54B1D5F: lj_cconv_tv_ct (lj_cconv.c:411)
==18851== by 0x54B3B9E: ccall_get_results (lj_ccall.c:1116)
==18851== by 0x54B3B9E: lj_ccall_func (lj_ccall.c:1143)
==18851== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_cconv_tv_ct
fun:ccall_get_results
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 18 bytes in 1 blocks are definitely lost in loss record 353 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18851== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18851== by 0x547E269: parse_for (lj_parse.c:2575)
==18851== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18851== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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: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
}
099-c-api.t TEST 5: string typed value ==18851== 18 bytes in 1 blocks are definitely lost in loss record 354 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547BA59: parse_params (lj_parse.c:1811)
==18851== by 0x547BA59: parse_body (lj_parse.c:1847)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 18 bytes in 1 blocks are definitely lost in loss record 355 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x4CBAC1: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:514)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18851== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18851== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_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_socket_tcp_connect
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
}
099-c-api.t TEST 5: string typed value ==18851== 18 bytes in 1 blocks are definitely lost in loss record 356 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18851== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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: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_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
}
099-c-api.t TEST 5: string typed value ==18851== 18 bytes in 1 blocks are definitely lost in loss record 357 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54C99B4: ffi_finalizer (lib_ffi.c:831)
==18851== by 0x54C99B4: luaopen_ffi (lib_ffi.c:852)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 360 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 361 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18851== by 0x54BE439: luaopen_base (lib_base.c:658)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 362 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x504E1F: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:22)
==18851== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18851== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 363 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x511FFB: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:55)
==18851== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18851== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 364 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x512287: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:34)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 365 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 366 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18851== by 0x54BE439: luaopen_base (lib_base.c:658)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 367 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B3A17: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1947)
==18851== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18851== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 368 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D63CE: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==18851== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18851== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 369 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D6680: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 370 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478BD6: lex_string (lj_lex.c:280)
==18851== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547CC68: expr_bracket (lj_parse.c:1679)
==18851== by 0x547D6BF: expr_primary (lj_parse.c:1952)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18851== by 0x547E269: parse_for (lj_parse.c:2575)
==18851== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18851== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 19 bytes in 1 blocks are definitely lost in loss record 371 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18851== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 382 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18851== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 383 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 384 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 385 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 386 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 387 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x505475: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:284)
==18851== by 0x505475: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 388 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x504649: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:608)
==18851== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18851== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 389 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x504691: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:614)
==18851== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18851== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 390 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5057E7: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:131)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 391 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5066C2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:86)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 392 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4F51C1: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3234)
==18851== by 0x4F51C1: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18851== by 0x4F51C1: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51C1: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51C1: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 393 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50E60E: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:48)
==18851== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18851== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 394 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D2A1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:322)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 395 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D2E9: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:328)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 396 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D331: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:334)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 397 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x5479028: lex_opt (lj_parse.c:989)
==18851== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18851== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18851== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 398 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x5480768: cpparser (lj_load.c:42)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 399 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x510D47: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:83)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 400 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x512263: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:31)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 401 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18851== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 402 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18851== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 403 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 404 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 405 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 406 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 407 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x4BD662: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2890)
==18851== by 0x4BD662: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18851== by 0x4BD662: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD662: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD662: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 408 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A4103: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:300)
==18851== by 0x4A4103: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 409 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AB7D7: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==18851== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18851== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 410 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A7FFD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 411 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AA022: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 412 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B9D9F: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2098)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 413 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x5480768: cpparser (lj_load.c:42)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18851== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18851== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 414 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A8DCE: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==18851== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18851== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 415 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x5479028: lex_opt (lj_parse.c:989)
==18851== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18851== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18851== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 416 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x5480768: cpparser (lj_load.c:42)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 417 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D3E30: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 418 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D665C: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 419 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x5479028: lex_opt (lj_parse.c:989)
==18851== by 0x547DEE0: parse_for_iter (lj_parse.c:2538)
==18851== by 0x547DEE0: parse_for (lj_parse.c:2575)
==18851== by 0x547DEE0: parse_stmt (lj_parse.c:2636)
==18851== by 0x547DEE0: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 420 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x5480768: cpparser (lj_load.c:42)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 421 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x5479028: lex_opt (lj_parse.c:989)
==18851== by 0x547DD8E: parse_local (lj_parse.c:2257)
==18851== by 0x547DD8E: parse_stmt (lj_parse.c:2646)
==18851== by 0x547DD8E: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 422 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x5480768: cpparser (lj_load.c:42)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 423 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18851== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18851== by 0x4BDF66: ngx_http_lua_cache_store_code (ngx_http_lua_cache.c:125)
==18851== by 0x4BE03A: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:187)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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_cache_store_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
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 424 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x5480768: cpparser (lj_load.c:42)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 20 bytes in 1 blocks are definitely lost in loss record 425 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18851== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18851== by 0x4F91CE: ngx_stream_lua_cache_store_code (ngx_stream_lua_cache.c:122)
==18851== by 0x4F92A2: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:184)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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_stream_lua_cache_store_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 437 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 438 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x504E61: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:28)
==18851== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18851== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 439 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x504EC2: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:37)
==18851== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18851== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 440 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x505456: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:281)
==18851== by 0x505456: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 441 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x505494: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:287)
==18851== by 0x505494: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 442 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5054D2: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:293)
==18851== by 0x5054D2: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 443 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D39D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:343)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 444 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x50D480: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:365)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 445 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50227A: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:39)
==18851== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18851== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 446 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50229E: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:42)
==18851== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18851== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 447 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B7F6D: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==18851== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18851== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 448 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B7FCE: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==18851== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18851== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 449 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A40E4: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:297)
==18851== by 0x4A40E4: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 450 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A4122: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:303)
==18851== by 0x4A4122: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 451 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A4160: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:309)
==18851== by 0x4A4160: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 452 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A7889: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:36)
==18851== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18851== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 453 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4ACFF9: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:943)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 454 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CCD32: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 455 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D5252: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==18851== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18851== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 456 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D5276: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:43)
==18851== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18851== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 457 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18851== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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_return
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
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 458 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x5479028: lex_opt (lj_parse.c:989)
==18851== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18851== by 0x547D53E: parse_args (lj_parse.c:1904)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18851== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lex_match
fun:parse_args
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 5: string typed value ==18851== 21 bytes in 1 blocks are definitely lost in loss record 459 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 465 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C431B: luaopen_package (lib_package.c:598)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 466 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C2939: luaopen_io (lib_io.c:533)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 467 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18851== by 0x54C2972: luaopen_io (lib_io.c:535)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 468 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 469 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 470 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 471 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x504E40: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:25)
==18851== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18851== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 472 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x504EA3: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:34)
==18851== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18851== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 473 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x505418: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:275)
==18851== by 0x505418: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 474 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x505437: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:278)
==18851== by 0x505437: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 475 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5054F1: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:296)
==18851== by 0x5054F1: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 476 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x505853: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:140)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 477 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x507343: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:115)
==18851== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18851== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 478 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5122AB: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:37)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 479 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C431B: luaopen_package (lib_package.c:598)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 480 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C2939: luaopen_io (lib_io.c:533)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 481 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18851== by 0x54C2972: luaopen_io (lib_io.c:535)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 482 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 483 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 484 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 485 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B7F4C: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==18851== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18851== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 486 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B7FAF: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==18851== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18851== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 487 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A40A6: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:291)
==18851== by 0x4A40A6: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 488 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A40C5: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:294)
==18851== by 0x4A40C5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 489 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A417F: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:312)
==18851== by 0x4A417F: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 490 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A8069: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 491 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CE1F9: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:135)
==18851== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18851== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 492 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D66A4: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 22 bytes in 1 blocks are definitely lost in loss record 493 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18851== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18851== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18851== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18851== by 0x54B7DE8: cp_opt (lj_cparse.c:393)
==18851== by 0x54B807C: cp_declarator (lj_cparse.c:1643)
==18851== by 0x54BA4F6: cp_decl_func (lj_cparse.c:1596)
==18851== by 0x54B82EA: cp_declarator (lj_cparse.c:1690)
==18851== by 0x54BAA6C: cp_decl_multi (lj_cparse.c:1801)
==18851== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18851== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_opt
fun:cp_declarator
fun:cp_decl_func
fun:cp_declarator
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 500 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C4343: luaopen_package (lib_package.c:600)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 501 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C4370: luaopen_package (lib_package.c:602)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 502 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18851== by 0x54C2994: luaopen_io (lib_io.c:536)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 503 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18851== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 504 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5053F9: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:272)
==18851== by 0x5053F9: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 505 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5054B3: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:290)
==18851== by 0x5054B3: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 506 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50198D: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:371)
==18851== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18851== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18851== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 507 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D3C1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:346)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 508 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D514: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:383)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 509 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5120F2: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:36)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 510 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x512166: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:47)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 511 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5122BD: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:39)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 512 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x502B05: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:266)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 513 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C4343: luaopen_package (lib_package.c:600)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 514 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C4370: luaopen_package (lib_package.c:602)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 515 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18851== by 0x54C2994: luaopen_io (lib_io.c:536)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 516 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18851== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 517 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A4087: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:288)
==18851== by 0x4A4087: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 518 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A4141: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:306)
==18851== by 0x4A4141: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 519 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CD0C5: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:372)
==18851== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 520 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4ACFB1: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:936)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 521 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4C427E: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==18851== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18851== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 522 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CCA87: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:208)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 23 bytes in 1 blocks are definitely lost in loss record 523 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CFC97: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:265)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,126 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,127 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18851== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18851== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,128 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C439D: luaopen_package (lib_package.c:604)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,129 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54755CB: lua_getfield (lj_api.c:738)
==18851== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18851== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,130 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x505733: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:116)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,131 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50577B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:122)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,132 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50669E: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:83)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,133 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D379: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:340)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,134 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,135 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x501586: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:261)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,136 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x51223F: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:28)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,137 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x502ABD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:260)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,138 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x502AE1: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:263)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,139 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x502B29: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:269)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,140 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x502BA2: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:281)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,141 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,142 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18851== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18851== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,143 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54C439D: luaopen_package (lib_package.c:604)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,144 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54755CB: lua_getfield (lj_api.c:738)
==18851== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18851== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,145 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B81FF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,146 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A7F49: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,147 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A7F91: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,148 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A9FFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,149 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,150 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CCC0F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:234)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,151 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D6638: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,152 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CFC4F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:259)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,153 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CFC73: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:262)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,154 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CFCBB: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:268)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 24 bytes in 1 blocks are definitely lost in loss record 1,155 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CFD34: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,163 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18851== by 0x54C4389: luaopen_package (lib_package.c:603)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,164 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18851== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,165 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x504E82: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:31)
==18851== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18851== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,166 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5066E6: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:90)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,167 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x506D0B: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:34)
==18851== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18851== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,168 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D30D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:331)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,169 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D355: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:337)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,170 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D42D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:355)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,171 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x502B5A: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:275)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,172 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x502B7E: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:278)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,173 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x502BC6: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:284)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,174 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x5474F06: luaL_newmetatable (lj_api.c:651)
==18851== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,175 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18851== by 0x54C4389: luaopen_package (lib_package.c:603)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,176 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18851== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,177 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B7FF0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,178 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B802E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,179 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B7F8E: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:31)
==18851== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18851== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,180 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AA046: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,181 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CFCEC: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:274)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,182 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CFD10: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 25 bytes in 1 blocks are definitely lost in loss record 1,183 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478BD6: lex_string (lj_lex.c:280)
==18851== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547D511: parse_args (lj_parse.c:1896)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18851== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,186 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54755CB: lua_getfield (lj_api.c:738)
==18851== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18851== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,187 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54C432F: luaopen_package (lib_package.c:599)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,188 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18851== by 0x54C1510: luaopen_table (lib_table.c:303)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,189 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50579F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:125)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,190 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50582F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:137)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,191 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x506752: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:101)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,192 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x507497: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:73)
==18851== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18851== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,193 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D2C5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:325)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,194 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D3E5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:349)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,195 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x501739: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:305)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,196 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x512178: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:48)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,197 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54C432F: luaopen_package (lib_package.c:599)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,198 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18851== by 0x54C1510: luaopen_table (lib_table.c:303)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,199 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B800F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,200 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B804D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,201 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B80C9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,202 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B80E8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,203 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8145: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,204 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B846B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,205 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A7FB5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:215)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,206 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A8045: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,207 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A80B1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,208 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AA0B2: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:101)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,209 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D4A3C: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==18851== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18851== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,210 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AF598: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,211 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AF670: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:58)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,212 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CCE9D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:303)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,213 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D654C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==18851== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18851== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 26 bytes in 1 blocks are definitely lost in loss record 1,214 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18851== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18851== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18851== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18851== by 0x54B9BDC: cp_decl_struct (lj_cparse.c:1387)
==18851== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18851== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18851== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18851== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,219 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4F514A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2659)
==18851== by 0x4F514A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F514A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F514A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,220 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x505757: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:119)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,221 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5065A2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:62)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,222 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5015F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:270)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,223 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18851== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18851== by 0x547E269: parse_for (lj_parse.c:2575)
==18851== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18851== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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: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: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
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,224 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B80AA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,225 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8183: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,226 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B81A2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:89)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,227 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B84E7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,228 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A7F6D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,229 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A9F02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,230 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AA08E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,231 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AD044: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:954)
==18851== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,232 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D4439: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==18851== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,233 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A80FC: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==18851== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 27 bytes in 1 blocks are definitely lost in loss record 1,234 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CCC57: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,239 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18851== by 0x54C1533: luaopen_table (lib_table.c:304)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,240 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18851== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,241 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4F5114: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2193)
==18851== by 0x4F5114: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5114: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,242 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50580B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:134)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,243 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5065EA: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:68)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,244 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50670A: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:94)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,245 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x510D8A: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:90)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,246 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18851== by 0x54C1533: luaopen_table (lib_table.c:304)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,247 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18851== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,248 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4BD61A: ngx_http_lua_init_globals (ngx_http_lua_util.c:698)
==18851== by 0x4BD61A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD61A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck: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_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,249 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B806C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,250 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8164: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:83)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,251 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A8021: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,252 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A808D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,253 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A9F4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,254 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A9F6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,255 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A78AD: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==18851== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18851== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,256 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AD0B0: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:963)
==18851== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,257 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AF694: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,258 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AF6B8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,259 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A8699: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==18851== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,260 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CCC7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:243)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 28 bytes in 1 blocks are definitely lost in loss record 1,261 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D3E73: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,266 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5015AA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:264)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,267 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x501685: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:288)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,268 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x5017A5: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:314)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,269 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B808B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,270 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B821E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:102)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,271 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B84C8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,272 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AB747: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==18851== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18851== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,273 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AD020: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:951)
==18851== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,274 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AD068: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:957)
==18851== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,275 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B024D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==18851== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,276 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CCC33: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:237)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 29 bytes in 1 blocks are definitely lost in loss record 1,277 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CCF2D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:315)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,281 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x506632: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:74)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,282 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x506656: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:77)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,283 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x50D409: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:352)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,284 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x51201F: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:58)
==18851== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18851== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,285 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x512043: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:61)
==18851== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18851== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,286 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x512111: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:39)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,287 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8107: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:74)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,288 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B81C1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,289 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B823D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:105)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,290 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B844C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,291 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A9F92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,292 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A9FB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,293 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A9FDA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,294 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A6ACA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1430)
==18851== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18851== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,295 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B0295: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==18851== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,296 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AF5E0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,297 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AF604: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:49)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,298 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AF628: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,299 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4AF64C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:55)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,300 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D63F2: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==18851== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18851== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 30 bytes in 1 blocks are definitely lost in loss record 1,301 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D64E5: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==18851== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18851== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 31 bytes in 1 blocks are definitely lost in loss record 1,304 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x501781: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:311)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 31 bytes in 1 blocks are definitely lost in loss record 1,305 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8126: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 31 bytes in 1 blocks are definitely lost in loss record 1,306 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B82F7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 31 bytes in 1 blocks are definitely lost in loss record 1,307 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B83B1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:143)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 31 bytes in 1 blocks are definitely lost in loss record 1,308 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B83D0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 31 bytes in 1 blocks are definitely lost in loss record 1,309 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B0271: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==18851== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 31 bytes in 1 blocks are definitely lost in loss record 1,310 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4CCF09: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:312)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,411 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x546D874: cpluaopen (lj_state.c:150)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18851== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,412 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18851== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,413 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,414 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18851== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,415 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18851== by 0x54C4211: luaopen_package (lib_package.c:583)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,416 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18851== by 0x54C423B: luaopen_package (lib_package.c:585)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,417 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54C4389: luaopen_package (lib_package.c:603)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,418 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,419 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18851== by 0x54C1510: luaopen_table (lib_table.c:303)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,420 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18851== by 0x54C1533: luaopen_table (lib_table.c:304)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,421 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,422 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C2956: luaopen_io (lib_io.c:534)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,423 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C325D: luaopen_os (lib_os.c:289)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,424 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,425 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,426 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,427 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,428 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,429 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18851== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,430 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18851== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,431 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,432 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,433 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,434 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18851== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,435 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18851== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,436 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18851== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,437 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18851== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,438 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18851== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,439 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18851== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,440 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4F5138: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2658)
==18851== by 0x4F5138: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5138: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5138: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,441 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x505503: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:259)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,442 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x505527: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:262)
==18851== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18851== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,443 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x504613: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:604)
==18851== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18851== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,444 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x504637: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:607)
==18851== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18851== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,445 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50465B: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:610)
==18851== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18851== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,446 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50467F: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:613)
==18851== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18851== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,447 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x505721: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:115)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,448 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x505745: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:118)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,449 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x505769: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:121)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,450 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50578D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:124)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,451 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5057B1: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:127)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,452 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5057D5: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:130)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,453 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5057F9: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:133)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,454 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50581D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:136)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,455 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x505841: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:139)
==18851== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18851== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,456 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x506590: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:61)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,457 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5065B4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:64)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,458 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5065D8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:67)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,459 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5065FC: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:70)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,460 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x506620: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:73)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,461 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x506644: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:76)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,462 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x506668: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:79)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,463 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50668C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:82)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,464 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5066B0: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:85)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,465 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5066D4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:89)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,466 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5066F8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:93)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,467 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50671C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:96)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,468 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x506740: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:100)
==18851== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18851== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,469 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x506CD5: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:28)
==18851== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18851== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,470 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x506CF9: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:33)
==18851== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18851== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,471 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x507331: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:114)
==18851== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18851== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,472 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x507485: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:72)
==18851== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18851== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,473 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18851== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18851== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,474 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50A86C: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1922)
==18851== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18851== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,475 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50A890: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1925)
==18851== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18851== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,476 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50A8B4: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1928)
==18851== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18851== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,477 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50A8D8: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1931)
==18851== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18851== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,478 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50A8FC: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1934)
==18851== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18851== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,479 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18851== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18851== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,480 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50197B: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:370)
==18851== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18851== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18851== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,481 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50E595: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:39)
==18851== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18851== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,482 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18851== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18851== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,483 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50E5B9: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:42)
==18851== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18851== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,484 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50E5DD: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:44)
==18851== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18851== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,485 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,486 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,487 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D28F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:321)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,488 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D2B3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:324)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,489 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D2D7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:327)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,490 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D2FB: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:330)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,491 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D31F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:333)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,492 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D343: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:336)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,493 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D367: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:339)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,494 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D38B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:342)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,495 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D3AF: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:345)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,496 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D3D3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:348)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,497 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D3F7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:351)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,498 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50D41B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:354)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,499 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,500 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5013EC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:213)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,501 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,502 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501574: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:260)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,503 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501598: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:263)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,504 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5015BC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:266)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,505 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5015E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:269)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,506 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,507 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50164F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:282)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,508 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501673: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:287)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,509 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501697: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:292)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,510 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5016BB: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:295)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,511 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5016DF: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:298)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,512 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501703: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:301)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,513 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501727: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:304)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,514 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50174B: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:307)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,515 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50176F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:310)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,516 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501793: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:313)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,517 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,518 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501802: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:324)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,519 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,520 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501852: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:332)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,521 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,522 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5018A2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:340)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,523 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,524 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5018F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:348)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,525 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,526 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x501942: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:358)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,527 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x510D35: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:82)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,528 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,529 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x510D78: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:89)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,530 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x510D9C: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:92)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,531 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x510DC0: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:95)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,532 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x510DE4: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:98)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,533 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x510E08: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:101)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,534 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,535 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18851== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18851== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,536 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x502244: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:35)
==18851== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18851== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,537 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x502268: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:38)
==18851== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18851== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,538 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x50228C: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:41)
==18851== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18851== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,539 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18851== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18851== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,540 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x511FE9: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:54)
==18851== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18851== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,541 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x51200D: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:57)
==18851== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18851== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,542 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x512031: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:60)
==18851== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18851== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,543 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,544 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x5120E0: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:35)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,545 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x512130: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:42)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,546 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x512142: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:44)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,547 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x512154: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:45)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,548 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,549 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x51222D: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:27)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,550 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x512251: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:30)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,551 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x512275: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:33)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,552 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x512299: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:36)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,553 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18851== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18851== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,554 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x512473: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:28)
==18851== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18851== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,555 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x512497: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:30)
==18851== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18851== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,556 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,557 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x502B48: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:274)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,558 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x502B6C: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:277)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,559 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x502B90: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:280)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,560 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x502BB4: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:283)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,561 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547E9AB: lj_parse (lj_parse.c:2701)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,562 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54678D9: buf_grow (lj_buf.c:25)
==18851== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18851== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18851== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18851== by 0x54615CB: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18851== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,563 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x546D874: cpluaopen (lj_state.c:150)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18851== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,564 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18851== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,565 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,566 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18851== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,567 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18851== by 0x54C4211: luaopen_package (lib_package.c:583)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,568 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18851== by 0x54C423B: luaopen_package (lib_package.c:585)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,569 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54C4389: luaopen_package (lib_package.c:603)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,570 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,571 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18851== by 0x54C1510: luaopen_table (lib_table.c:303)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,572 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18851== by 0x54C1533: luaopen_table (lib_table.c:304)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,573 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,574 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C2956: luaopen_io (lib_io.c:534)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,575 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C325D: luaopen_os (lib_os.c:289)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,576 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,577 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,578 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,579 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,580 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,581 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18851== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,582 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18851== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,583 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,584 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,585 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,586 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18851== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,587 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18851== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,588 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18851== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,589 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18851== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,590 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18851== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,591 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18851== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,592 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4BD63E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:714)
==18851== by 0x4BD63E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD63E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD63E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,593 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD674: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2891)
==18851== by 0x4BD674: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18851== by 0x4BD674: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD674: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD674: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,594 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18851== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18851== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,595 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4BD698: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2895)
==18851== by 0x4BD698: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18851== by 0x4BD698: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD698: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD698: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,596 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4BD6BC: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2898)
==18851== by 0x4BD6BC: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18851== by 0x4BD6BC: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6BC: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6BC: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,597 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B825C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,598 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A4191: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:275)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,599 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A41B5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:278)
==18851== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18851== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,600 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AB735: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==18851== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18851== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,601 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AB759: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==18851== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18851== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,602 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AB77D: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==18851== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18851== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,603 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AB7A1: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==18851== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18851== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,604 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AB7C5: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==18851== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18851== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,605 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A7F37: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,606 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A7F7F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,607 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A7FA3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,608 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A7FC7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,609 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A7FEB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,610 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A800F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,611 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A8033: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,612 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A8057: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,613 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A807B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,614 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A809F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,615 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A80C3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,616 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4A80D5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,617 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A9EF0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,618 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A9F14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,619 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A9F38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,620 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A9F5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,621 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A9F80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,622 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A9FA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,623 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A9FC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,624 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A9FEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,625 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AA010: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,626 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AA034: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,627 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AA058: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,628 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AA07C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,629 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AA0A0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==18851== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18851== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,630 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A7853: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==18851== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18851== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,631 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A7877: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==18851== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18851== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,632 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A789B: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==18851== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18851== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,633 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A78BF: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==18851== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18851== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,634 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A78E3: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==18851== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18851== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,635 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18851== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18851== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,636 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A6A94: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1426)
==18851== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18851== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,637 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A6AB8: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1429)
==18851== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18851== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,638 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CE1E7: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:134)
==18851== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18851== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,639 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D4A2A: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==18851== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18851== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,640 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18851== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18851== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,641 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4B3963: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1932)
==18851== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18851== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,642 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4B3987: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1935)
==18851== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18851== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,643 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4B39AB: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1938)
==18851== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18851== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,644 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4B39CF: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1941)
==18851== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18851== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,645 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4B39F3: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1944)
==18851== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18851== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,646 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,647 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AD00E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:950)
==18851== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,648 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AD032: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:953)
==18851== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,649 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AD056: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:956)
==18851== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,650 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AD07A: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:959)
==18851== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,651 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AD09E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:962)
==18851== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,652 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF9E6: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==18851== by 0x4B9D5D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2090)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,653 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4B0217: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:367)
==18851== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,654 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4B023B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:370)
==18851== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,655 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4B025F: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:373)
==18851== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,656 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4B0283: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:376)
==18851== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,657 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF586: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,658 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF5AA: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,659 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF5CE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,660 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF5F2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,661 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF616: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,662 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF63A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,663 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF65E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,664 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF682: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,665 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4AF6A6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==18851== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,666 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CD0B3: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:371)
==18851== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,667 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D4403: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==18851== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,668 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D4427: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==18851== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,669 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A80EA: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==18851== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,670 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A8687: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==18851== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,671 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4ACF38: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:927)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,672 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,673 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4ACF5C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:930)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,674 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4ACF80: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:932)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,675 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,676 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4ACFD5: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:940)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,677 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18851== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18851== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,678 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4A8D55: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==18851== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18851== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,679 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18851== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18851== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,680 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A8D79: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==18851== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18851== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,681 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A8D9D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==18851== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18851== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,682 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4C426C: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:409)
==18851== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18851== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,683 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,684 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCA56: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:205)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,685 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,686 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCBFD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,687 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCC21: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:236)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,688 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCC45: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:239)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,689 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCC69: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:242)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,690 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,691 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCCD8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:255)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,692 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCCFC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:258)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,693 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCD20: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:261)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,694 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCD44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:264)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,695 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCD68: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:267)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,696 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,697 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCDD7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,698 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCDFB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:290)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,699 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCE1F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:293)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,700 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCE43: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:296)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,701 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCE67: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:299)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,702 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCE8B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:302)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,703 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCEAF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:305)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,704 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCED3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,705 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCEF7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:311)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,706 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCF1B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,707 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,708 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCF8A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:325)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,709 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,710 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CCFDA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,711 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,712 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CD02A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:341)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,713 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,714 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CD07A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:349)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,715 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D3E1E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,716 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,717 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D3E61: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:87)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,718 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D3E85: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:90)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,719 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D3EA9: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:93)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,720 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D3ECD: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:96)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,721 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D3EF1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:99)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,722 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,723 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D3F60: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:110)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,724 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18851== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18851== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,725 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D521C: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==18851== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18851== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,726 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D5240: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==18851== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18851== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,727 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D5264: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==18851== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18851== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,728 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18851== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18851== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,729 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D63BC: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:56)
==18851== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18851== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,730 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D63E0: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:59)
==18851== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18851== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,731 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D6404: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:62)
==18851== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18851== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,732 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18851== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18851== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,733 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D64B4: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==18851== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18851== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,734 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D6504: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:42)
==18851== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18851== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,735 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D6516: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==18851== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18851== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,736 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4D6528: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==18851== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18851== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,737 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,738 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D6626: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:27)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,739 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D664A: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,740 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D666E: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,741 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4D6692: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,742 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18851== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18851== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,743 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A862F: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==18851== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18851== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,744 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A8653: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==18851== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18851== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,745 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,746 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CFCDA: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:273)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,747 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CFCFE: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:276)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,748 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CFD22: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:279)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,749 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4CFD46: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:282)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,750 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54790B8: fs_init (lj_parse.c:1615)
==18851== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,751 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54790B8: fs_init (lj_parse.c:1615)
==18851== by 0x547BA28: parse_body (lj_parse.c:1844)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18851== by 0x547E269: parse_for (lj_parse.c:2575)
==18851== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18851== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,752 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54790B8: fs_init (lj_parse.c:1615)
==18851== by 0x547BA28: parse_body (lj_parse.c:1844)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,753 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54790B8: fs_init (lj_parse.c:1615)
==18851== by 0x547BA28: parse_body (lj_parse.c:1844)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,754 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54790B8: fs_init (lj_parse.c:1615)
==18851== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,755 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54790B8: fs_init (lj_parse.c:1615)
==18851== by 0x547BA28: parse_body (lj_parse.c:1844)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_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: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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,756 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18851== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18851== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18851== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,757 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18851== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18851== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,758 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54790B8: fs_init (lj_parse.c:1615)
==18851== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,759 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54790B8: fs_init (lj_parse.c:1615)
==18851== by 0x547BA28: parse_body (lj_parse.c:1844)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,760 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F5791: ngx_stream_lua_create_new_globals_table (ngx_stream_lua_util.c:1869)
==18851== by 0x4F583C: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:499)
==18851== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_create_new_globals_table
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,761 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18851== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,762 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,763 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 1 blocks are definitely lost in loss record 1,764 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5468659: newtab (lj_tab.c:122)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 32 bytes in 2 blocks are definitely lost in loss record 1,765 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x54B651E: lj_cdata_new (lj_cdata.h:45)
==18851== by 0x54B651E: lj_clib_index (lj_clib.c:372)
==18851== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 33 bytes in 1 blocks are definitely lost in loss record 1,768 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8354: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 33 bytes in 1 blocks are definitely lost in loss record 1,769 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B83EF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 33 bytes in 1 blocks are definitely lost in loss record 1,770 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8544: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 34 bytes in 1 blocks are definitely lost in loss record 1,771 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18851== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 34 bytes in 1 blocks are definitely lost in loss record 1,772 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18851== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 34 bytes in 1 blocks are definitely lost in loss record 1,773 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8316: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 34 bytes in 1 blocks are definitely lost in loss record 1,774 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8373: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 35 bytes in 1 blocks are definitely lost in loss record 1,776 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 35 bytes in 1 blocks are definitely lost in loss record 1,777 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x4F502C: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2160)
==18851== by 0x4F502C: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F502C: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 35 bytes in 1 blocks are definitely lost in loss record 1,778 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 35 bytes in 1 blocks are definitely lost in loss record 1,779 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18851== by 0x4BD532: ngx_http_lua_init_registry (ngx_http_lua_util.c:665)
==18851== by 0x4BD532: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD532: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_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
}
099-c-api.t TEST 5: string typed value ==18851== 36 bytes in 2 blocks are definitely lost in loss record 1,784 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478BD6: lex_string (lj_lex.c:280)
==18851== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x5479028: lex_opt (lj_parse.c:989)
==18851== by 0x547CBF7: expr_list (lj_parse.c:1875)
==18851== by 0x547D522: parse_args (lj_parse.c:1900)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18851== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18851== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 36 bytes in 2 blocks are definitely lost in loss record 1,785 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18851== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18851== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18851== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18851== by 0x54B9F5F: cp_decl_spec (lj_cparse.c:1480)
==18851== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18851== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18851== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18851== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18851== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18851== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18851== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 5: string typed value ==18851== 37 bytes in 1 blocks are definitely lost in loss record 1,787 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B827B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 37 bytes in 1 blocks are definitely lost in loss record 1,788 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B842D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 37 bytes in 1 blocks are definitely lost in loss record 1,789 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8582: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 38 bytes in 1 blocks are definitely lost in loss record 1,792 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B829A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 38 bytes in 1 blocks are definitely lost in loss record 1,793 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8392: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 38 bytes in 1 blocks are definitely lost in loss record 1,794 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B848A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 39 bytes in 1 blocks are definitely lost in loss record 1,797 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B82D8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 39 bytes in 1 blocks are definitely lost in loss record 1,798 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B84A9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 1 blocks are definitely lost in loss record 1,819 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18851== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18851== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18851== by 0x54C2972: luaopen_io (lib_io.c:535)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 1 blocks are definitely lost in loss record 1,820 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18851== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18851== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18851== by 0x54C2994: luaopen_io (lib_io.c:536)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 1 blocks are definitely lost in loss record 1,821 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18851== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18851== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18851== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 1 blocks are definitely lost in loss record 1,822 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18851== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18851== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18851== by 0x54C2972: luaopen_io (lib_io.c:535)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 1 blocks are definitely lost in loss record 1,823 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18851== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18851== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18851== by 0x54C2994: luaopen_io (lib_io.c:536)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 1 blocks are definitely lost in loss record 1,824 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18851== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18851== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18851== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 1 blocks are definitely lost in loss record 1,825 of 2,486
==18851== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469521: lj_tab_resize (lj_tab.c:266)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5469207: lj_tab_setinth (lj_tab.c:522)
==18851== by 0x547D0A8: expr_table (lj_parse.c:1744)
==18851== by 0x547C839: expr_simple (lj_parse.c:2002)
==18851== by 0x547C839: expr_unop (lj_parse.c:2075)
==18851== by 0x547C839: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 2 blocks are definitely lost in loss record 1,826 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18851== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 2 blocks are definitely lost in loss record 1,827 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18851== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 2 blocks are definitely lost in loss record 1,828 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 2 blocks are definitely lost in loss record 1,829 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18851== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 2 blocks are definitely lost in loss record 1,830 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18851== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 2 blocks are definitely lost in loss record 1,831 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 40 bytes in 2 blocks are definitely lost in loss record 1,832 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478BD6: lex_string (lj_lex.c:280)
==18851== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547D511: parse_args (lj_parse.c:1896)
==18851== by 0x547D7B4: expr_primary (lj_parse.c:1959)
==18851== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18851== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 5: string typed value ==18851== 41 bytes in 1 blocks are definitely lost in loss record 1,836 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B81E0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 42 bytes in 1 blocks are definitely lost in loss record 1,837 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B85C0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:194)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 42 bytes in 2 blocks are definitely lost in loss record 1,838 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 42 bytes in 2 blocks are definitely lost in loss record 1,839 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 43 bytes in 1 blocks are definitely lost in loss record 1,843 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8506: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 43 bytes in 1 blocks are definitely lost in loss record 1,844 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B85A1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 44 bytes in 1 blocks are definitely lost in loss record 1,845 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4B8525: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==18851== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18851== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 44 bytes in 2 blocks are definitely lost in loss record 1,846 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18851== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18851== by 0x547E269: parse_for (lj_parse.c:2575)
==18851== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18851== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 45 bytes in 2 blocks are definitely lost in loss record 1,850 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478BD6: lex_string (lj_lex.c:280)
==18851== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547D511: parse_args (lj_parse.c:1896)
==18851== by 0x547D7B4: expr_primary (lj_parse.c:1959)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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_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_return
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
}
099-c-api.t TEST 5: string typed value ==18851== 47 bytes in 2 blocks are definitely lost in loss record 1,851 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18851== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 47 bytes in 2 blocks are definitely lost in loss record 1,852 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18851== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 5: string typed value ==18851== 47 bytes in 2 blocks are definitely lost in loss record 1,853 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478BD6: lex_string (lj_lex.c:280)
==18851== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x5479028: lex_opt (lj_parse.c:989)
==18851== by 0x547CBF7: expr_list (lj_parse.c:1875)
==18851== by 0x547D522: parse_args (lj_parse.c:1900)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18851== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,902 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18851== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,903 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18851== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,904 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,905 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,906 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18851== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18851== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,907 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18851== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18851== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,908 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,909 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x54685B7: newtab (lj_tab.c:107)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50D492: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:368)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,910 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,911 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,912 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,913 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,914 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,915 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,916 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18851== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18851== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,917 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18851== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,918 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18851== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,919 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,920 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,921 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18851== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18851== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,922 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18851== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18851== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,923 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,924 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18851== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18851== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,925 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18851== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18851== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,926 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18851== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18851== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,927 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,928 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,929 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,930 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,931 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,932 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18851== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18851== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,933 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x54685B7: newtab (lj_tab.c:107)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x547D1C8: expr_table (lj_parse.c:1738)
==18851== by 0x547C839: expr_simple (lj_parse.c:2002)
==18851== by 0x547C839: expr_unop (lj_parse.c:2075)
==18851== by 0x547C839: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,934 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478BD6: lex_string (lj_lex.c:280)
==18851== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547D511: parse_args (lj_parse.c:1896)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18851== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18851== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18851== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18851== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,935 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18851== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18851== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18851== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,936 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18851== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18851== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,937 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18851== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18851== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_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
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,938 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18851== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,939 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54C9913: luaopen_ffi (lib_ffi.c:851)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,940 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x54C9962: ffi_finalizer (lib_ffi.c:828)
==18851== by 0x54C9962: luaopen_ffi (lib_ffi.c:852)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 48 bytes in 1 blocks are definitely lost in loss record 1,941 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18851== by 0x54B6373: lj_clib_index (lj_clib.c:331)
==18851== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 49 bytes in 2 blocks are definitely lost in loss record 1,943 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 51 bytes in 2 blocks are definitely lost in loss record 1,944 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18851== by 0x54C423B: luaopen_package (lib_package.c:585)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 51 bytes in 2 blocks are definitely lost in loss record 1,945 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18851== by 0x54C423B: luaopen_package (lib_package.c:585)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 5: string typed value ==18851== 54 bytes in 1 blocks are definitely lost in loss record 1,949 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54761BC: lua_setfield (lj_api.c:903)
==18851== by 0x4F91AA: ngx_stream_lua_cache_store_code (ngx_stream_lua_cache.c:116)
==18851== by 0x4F92A2: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:184)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_cache_store_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 59 bytes in 3 blocks are definitely lost in loss record 1,967 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18851== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 5: string typed value ==18851== 64 bytes in 1 blocks are definitely lost in loss record 1,996 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18851== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18851== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,997 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x510E77: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:112)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 64 bytes in 1 blocks are definitely lost in loss record 1,998 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18851== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18851== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,999 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x4A7F5B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==18851== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18851== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 64 bytes in 1 blocks are definitely lost in loss record 2,000 of 2,486
==18851== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54678D9: buf_grow (lj_buf.c:25)
==18851== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18851== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18851== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18851== by 0x547530F: lua_concat (lj_api.c:699)
==18851== by 0x4CBADB: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:516)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18851== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18851== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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:ngx_http_lua_socket_tcp_connect
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
}
099-c-api.t TEST 5: string typed value ==18851== 64 bytes in 2 blocks are definitely lost in loss record 2,001 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18851== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 64 bytes in 2 blocks are definitely lost in loss record 2,002 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18851== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 5: string typed value ==18851== 64 bytes in 2 blocks are definitely lost in loss record 2,003 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478BD6: lex_string (lj_lex.c:280)
==18851== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547D511: parse_args (lj_parse.c:1896)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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_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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 5: string typed value ==18851== 64 bytes in 2 blocks are definitely lost in loss record 2,004 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 64 bytes in 3 blocks are definitely lost in loss record 2,005 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18851== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18851== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18851== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 5: string typed value ==18851== 65 bytes in 2 blocks are definitely lost in loss record 2,008 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18851== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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: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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 5: string typed value ==18851== 67 bytes in 3 blocks are definitely lost in loss record 2,010 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 67 bytes in 3 blocks are definitely lost in loss record 2,011 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 69 bytes in 3 blocks are definitely lost in loss record 2,014 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18851== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 72 bytes in 1 blocks are definitely lost in loss record 2,024 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x54685B7: newtab (lj_tab.c:107)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54C4264: luaopen_package (lib_package.c:588)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 72 bytes in 1 blocks are definitely lost in loss record 2,025 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x54685B7: newtab (lj_tab.c:107)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54C4264: luaopen_package (lib_package.c:588)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 72 bytes in 1 blocks are definitely lost in loss record 2,026 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x54685B7: newtab (lj_tab.c:107)
==18851== by 0x5468883: lj_tab_dup (lj_tab.c:187)
==18851== by 0x54618DF: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18851== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,027 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18851== by 0x54B62C4: clib_new (lj_clib.c:386)
==18851== by 0x54B6908: lj_clib_default (lj_clib.c:414)
==18851== by 0x54C9AE7: luaopen_ffi (lib_ffi.c:861)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 73 bytes in 3 blocks are definitely lost in loss record 2,028 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 80 bytes in 1 blocks are definitely lost in loss record 2,045 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18851== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18851== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 80 bytes in 1 blocks are definitely lost in loss record 2,046 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18851== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18851== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 80 bytes in 1 blocks are definitely lost in loss record 2,047 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x54685B7: newtab (lj_tab.c:107)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18851== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18851== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 5: string typed value ==18851== 80 bytes in 4 blocks are definitely lost in loss record 2,048 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18851== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 80 bytes in 4 blocks are definitely lost in loss record 2,049 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18851== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18851== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 91 bytes in 4 blocks are definitely lost in loss record 2,055 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 92 bytes in 1 blocks are definitely lost in loss record 2,056 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 92 bytes in 1 blocks are definitely lost in loss record 2,057 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 93 bytes in 4 blocks are definitely lost in loss record 2,060 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18851== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,075 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,076 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18851== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18851== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,077 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18851== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18851== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,078 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18851== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18851== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,079 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,080 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18851== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18851== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,081 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18851== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18851== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,082 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18851== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18851== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,083 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5479E94: const_gc (lj_parse.c:218)
==18851== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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:const_gc
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: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
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,084 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5479E94: const_gc (lj_parse.c:218)
==18851== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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:const_gc
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,085 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,086 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 1 blocks are definitely lost in loss record 2,087 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5461C20: lj_BC_TSETS (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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_BC_TSETS
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 3 blocks are definitely lost in loss record 2,088 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18851== by 0x54C423B: luaopen_package (lib_package.c:585)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 3 blocks are definitely lost in loss record 2,089 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18851== by 0x54C423B: luaopen_package (lib_package.c:585)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 3 blocks are definitely lost in loss record 2,090 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 96 bytes in 6 blocks are definitely lost in loss record 2,091 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x54AFEC5: lj_cdata_new (lj_cdata.h:45)
==18851== by 0x54AFEC5: lj_cdata_newref (lj_cdata.c:23)
==18851== by 0x54B1E6A: lj_cconv_tv_ct (lj_cconv.c:402)
==18851== by 0x54C84CD: lj_cf_ffi_meta___index (lib_ffi.c:158)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_cdata_newref
fun:lj_cconv_tv_ct
fun:lj_cf_ffi_meta___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 112 bytes in 5 blocks are definitely lost in loss record 2,106 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C2956: luaopen_io (lib_io.c:534)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 112 bytes in 5 blocks are definitely lost in loss record 2,107 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C2956: luaopen_io (lib_io.c:534)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 119 bytes in 1 blocks are definitely lost in loss record 2,112 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18851== by 0x54C40DA: setpath (lib_package.c:545)
==18851== by 0x54C431B: luaopen_package (lib_package.c:598)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 124 bytes in 6 blocks are definitely lost in loss record 2,118 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18851== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 124 bytes in 6 blocks are definitely lost in loss record 2,119 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18851== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 126 bytes in 1 blocks are definitely lost in loss record 2,120 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547BB80: parse_body (lj_parse.c:1853)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
}
099-c-api.t TEST 5: string typed value ==18851== 126 bytes in 1 blocks are definitely lost in loss record 2,121 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547BB80: parse_body (lj_parse.c:1853)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 128 bytes in 4 blocks are definitely lost in loss record 2,140 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18851== by 0x54C427A: luaopen_package (lib_package.c:590)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 128 bytes in 4 blocks are definitely lost in loss record 2,141 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 128 bytes in 4 blocks are definitely lost in loss record 2,142 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18851== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18851== by 0x54C427A: luaopen_package (lib_package.c:590)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 128 bytes in 4 blocks are definitely lost in loss record 2,143 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 130 bytes in 1 blocks are definitely lost in loss record 2,144 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547BB80: parse_body (lj_parse.c:1853)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 130 bytes in 1 blocks are definitely lost in loss record 2,145 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547BB80: parse_body (lj_parse.c:1853)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 134 bytes in 6 blocks are definitely lost in loss record 2,147 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 136 bytes in 6 blocks are definitely lost in loss record 2,148 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 154 bytes in 7 blocks are definitely lost in loss record 2,158 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 154 bytes in 7 blocks are definitely lost in loss record 2,159 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 160 bytes in 5 blocks are definitely lost in loss record 2,169 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 160 bytes in 5 blocks are definitely lost in loss record 2,170 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 172 bytes in 5 blocks are definitely lost in loss record 2,174 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18851== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18851== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 172 bytes in 5 blocks are definitely lost in loss record 2,175 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469C3B: func_newL (lj_func.c:122)
==18851== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18851== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18851== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 176 bytes in 2 blocks are definitely lost in loss record 2,181 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18851== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18851== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 176 bytes in 2 blocks are definitely lost in loss record 2,182 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18851== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18851== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 187 bytes in 1 blocks are definitely lost in loss record 2,185 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 187 bytes in 1 blocks are definitely lost in loss record 2,186 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,191 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,192 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,193 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18851== by 0x54761F8: lua_setfield (lj_api.c:904)
==18851== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,194 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18851== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,195 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18851== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,196 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18851== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18851== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,197 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,198 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,199 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18851== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18851== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,200 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,201 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,202 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18851== by 0x54761F8: lua_setfield (lj_api.c:904)
==18851== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,203 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18851== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,204 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18851== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,205 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18851== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18851== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,206 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,207 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,208 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18851== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18851== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,209 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18851== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18851== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,210 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18851== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x5479028: lex_opt (lj_parse.c:989)
==18851== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18851== by 0x547D53E: parse_args (lj_parse.c:1904)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E47B: parse_local (lj_parse.c:2259)
==18851== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18851== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 1 blocks are definitely lost in loss record 2,211 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18851== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x5479028: lex_opt (lj_parse.c:989)
==18851== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18851== by 0x547D53E: parse_args (lj_parse.c:1904)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 6 blocks are definitely lost in loss record 2,212 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 192 bytes in 6 blocks are definitely lost in loss record 2,213 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 205 bytes in 9 blocks are definitely lost in loss record 2,214 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C325D: luaopen_os (lib_os.c:289)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 207 bytes in 9 blocks are definitely lost in loss record 2,215 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C325D: luaopen_os (lib_os.c:289)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 208 bytes in 9 blocks are definitely lost in loss record 2,221 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 218 bytes in 1 blocks are definitely lost in loss record 2,223 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18851== by 0x54C40DA: setpath (lib_package.c:545)
==18851== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 218 bytes in 1 blocks are definitely lost in loss record 2,224 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18851== by 0x54C40DA: setpath (lib_package.c:545)
==18851== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 231 bytes in 1 blocks are definitely lost in loss record 2,230 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547BB80: parse_body (lj_parse.c:1853)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18851== by 0x547E269: parse_for (lj_parse.c:2575)
==18851== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18851== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 231 bytes in 1 blocks are definitely lost in loss record 2,231 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547BB80: parse_body (lj_parse.c:1853)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18851== by 0x547E269: parse_for (lj_parse.c:2575)
==18851== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18851== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 235 (200 direct, 35 indirect) bytes in 1 blocks are definitely lost in loss record 2,234 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18851== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18851== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 239 bytes in 11 blocks are definitely lost in loss record 2,235 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 239 bytes in 11 blocks are definitely lost in loss record 2,236 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 240 bytes in 11 blocks are definitely lost in loss record 2,239 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 253 bytes in 11 blocks are definitely lost in loss record 2,241 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 256 bytes in 10 blocks are definitely lost in loss record 2,250 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 261 bytes in 12 blocks are definitely lost in loss record 2,251 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 284 bytes in 11 blocks are definitely lost in loss record 2,254 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 288 bytes in 9 blocks are definitely lost in loss record 2,256 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 288 bytes in 9 blocks are definitely lost in loss record 2,257 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 352 bytes in 11 blocks are definitely lost in loss record 2,268 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C2956: luaopen_io (lib_io.c:534)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 352 bytes in 11 blocks are definitely lost in loss record 2,269 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C325D: luaopen_os (lib_os.c:289)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 352 bytes in 11 blocks are definitely lost in loss record 2,270 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C2956: luaopen_io (lib_io.c:534)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 352 bytes in 11 blocks are definitely lost in loss record 2,271 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C325D: luaopen_os (lib_os.c:289)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 360 bytes in 15 blocks are definitely lost in loss record 2,276 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A03F: func_finduv (lj_func.c:52)
==18851== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18851== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18851== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 360 bytes in 15 blocks are definitely lost in loss record 2,277 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x546A03F: func_finduv (lj_func.c:52)
==18851== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18851== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18851== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 367 bytes in 1 blocks are definitely lost in loss record 2,278 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547BB80: parse_body (lj_parse.c:1853)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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: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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,285 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18851== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,286 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18851== by 0x54761F8: lua_setfield (lj_api.c:904)
==18851== by 0x54C439D: luaopen_package (lib_package.c:604)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,287 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,288 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C2956: luaopen_io (lib_io.c:534)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,289 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C325D: luaopen_os (lib_os.c:289)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,290 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,291 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,292 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,293 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,294 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18851== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,295 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18851== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18851== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,296 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18851== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18851== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,297 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18851== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18851== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,298 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18851== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,299 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18851== by 0x54761F8: lua_setfield (lj_api.c:904)
==18851== by 0x54C439D: luaopen_package (lib_package.c:604)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,300 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,301 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C2956: luaopen_io (lib_io.c:534)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,302 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C325D: luaopen_os (lib_os.c:289)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,303 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,304 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,305 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,306 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,307 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18851== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,308 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,309 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 1 blocks are definitely lost in loss record 2,310 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18851== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547C72F: expr_simple (lj_parse.c:2012)
==18851== by 0x547C72F: expr_unop (lj_parse.c:2075)
==18851== by 0x547C72F: expr_binop (lj_parse.c:2088)
==18851== by 0x547C173: expr_binop (lj_parse.c:2096)
==18851== by 0x547CC21: expr (lj_parse.c:2107)
==18851== by 0x547CC21: expr_cond (lj_parse.c:2122)
==18851== by 0x547E8DD: parse_then (lj_parse.c:2587)
==18851== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18851== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18851== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18851== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18851== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18851== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18851== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18851== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18851== by 0x547E269: parse_for (lj_parse.c:2575)
==18851== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18851== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 12 blocks are definitely lost in loss record 2,311 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 384 bytes in 12 blocks are definitely lost in loss record 2,312 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 395 bytes in 1 blocks are definitely lost in loss record 2,313 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 402 bytes in 19 blocks are definitely lost in loss record 2,314 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18851== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18851== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 403 bytes in 19 blocks are definitely lost in loss record 2,315 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18851== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18851== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 416 bytes in 13 blocks are definitely lost in loss record 2,319 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 416 bytes in 13 blocks are definitely lost in loss record 2,320 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 463 bytes in 20 blocks are definitely lost in loss record 2,328 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18851== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18851== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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
}
099-c-api.t TEST 5: string typed value ==18851== 486 bytes in 21 blocks are definitely lost in loss record 2,334 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18851== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18851== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 507 bytes in 24 blocks are definitely lost in loss record 2,336 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 509 bytes in 24 blocks are definitely lost in loss record 2,337 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 512 bytes in 16 blocks are definitely lost in loss record 2,342 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 512 bytes in 16 blocks are definitely lost in loss record 2,343 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 530 bytes in 22 blocks are definitely lost in loss record 2,348 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 544 bytes in 17 blocks are definitely lost in loss record 2,349 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 552 bytes in 4 blocks are definitely lost in loss record 2,350 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18851== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18851== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 552 bytes in 4 blocks are definitely lost in loss record 2,351 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18851== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18851== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18851== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 554 bytes in 23 blocks are definitely lost in loss record 2,352 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 576 bytes in 18 blocks are definitely lost in loss record 2,355 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 621 bytes in 1 blocks are definitely lost in loss record 2,362 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18851== by 0x5477D01: lex_longstring (lj_lex.c:175)
==18851== by 0x547846C: lex_scan (lj_lex.c:338)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547A478: lex_str (lj_parse.c:1024)
==18851== by 0x547B6E2: expr_str (lj_parse.c:1630)
==18851== by 0x547B6E2: expr_field (lj_parse.c:1672)
==18851== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18851== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18851== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_longstring
fun:lex_scan
fun:lj_lex_next
fun:lex_str
fun:expr_str
fun:expr_field
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,382 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,383 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18851== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,384 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18851== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18851== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,385 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x54763AF: lua_rawset (lj_api.c:923)
==18851== by 0x510E46: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:106)
==18851== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18851== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,386 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18851== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18851== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,387 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18851== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,388 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18851== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18851== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,389 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18851== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18851== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,390 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x54763AF: lua_rawset (lj_api.c:923)
==18851== by 0x4CD099: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:351)
==18851== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18851== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,391 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18851== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18851== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18851== by 0x547E269: parse_for (lj_parse.c:2575)
==18851== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18851== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18851== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18851== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18851== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<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
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,392 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18851== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547DC23: parse_return (lj_parse.c:2308)
==18851== by 0x547DC23: parse_stmt (lj_parse.c:2649)
==18851== by 0x547DC23: parse_chunk (lj_parse.c:2682)
==18851== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18851== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18851== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18851== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18851== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18851== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18851== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18851== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18851== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18851== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18851== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18851== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18851== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18851== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18851== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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_return
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_return
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
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,393 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 768 bytes in 1 blocks are definitely lost in loss record 2,394 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18851== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18851== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 848 bytes in 26 blocks are definitely lost in loss record 2,403 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 848 bytes in 26 blocks are definitely lost in loss record 2,404 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 997 bytes in 1 blocks are definitely lost in loss record 2,413 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18851== by 0x547BB80: parse_body (lj_parse.c:1853)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 1,000 bytes in 27 blocks are definitely lost in loss record 2,414 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18851== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 1,000 bytes in 27 blocks are definitely lost in loss record 2,415 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18851== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18851== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18851== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18851== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18851== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 5: string typed value ==18851== 1,347 bytes in 54 blocks are definitely lost in loss record 2,433 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x54683C9: lj_str_new (lj_str.c:188)
==18851== by 0x54AFD29: lj_ctype_init (lj_ctype.c:611)
==18851== by 0x54C9901: luaopen_ffi (lib_ffi.c:850)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18851== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18851== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18851== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<insert_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 1,536 bytes in 1 blocks are definitely lost in loss record 2,439 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x546D862: cpluaopen (lj_state.c:149)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18851== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 1,536 bytes in 1 blocks are definitely lost in loss record 2,440 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18851== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18851== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18851== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18851== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18851== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 5: string typed value ==18851== 1,536 bytes in 1 blocks are definitely lost in loss record 2,441 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x546D862: cpluaopen (lj_state.c:149)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18851== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18851== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18851== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 5: string typed value ==18851== 1,536 bytes in 1 blocks are definitely lost in loss record 2,442 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5469354: newhpart (lj_tab.c:64)
==18851== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18851== by 0x5469756: rehashtab (lj_tab.c:385)
==18851== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18851== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18851== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18851== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18851== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18851== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18851== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547D522: parse_args (lj_parse.c:1900)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18851== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18851== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBEA: expr (lj_parse.c:2107)
==18851== by 0x547CBEA: expr_list (lj_parse.c:1877)
==18851== by 0x547D522: parse_args (lj_parse.c:1900)
==18851== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18851== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18851== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18851== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18851== by 0x547BB50: parse_body (lj_parse.c:1851)
==18851== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18851== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18851== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18851== by 0x547CBC5: expr (lj_parse.c:2107)
==18851== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18851== by 0x547E193: parse_return (lj_parse.c:2314)
==18851== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18851== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18851== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18851== by 0x548075A: cpparser (lj_load.c:41)
==18851== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18851== by 0x548087A: lua_loadx (lj_load.c:58)
==18851== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18851== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18851== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18851== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18851== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18851== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18851== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18851== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18851== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18851== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18851== by 0x41B70E: main (nginx.c:364)
==18851==
{
<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: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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
}
099-c-api.t TEST 5: string typed value ==18851== 3,072 bytes in 1 blocks are definitely lost in loss record 2,465 of 2,486
==18851== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18851== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18851== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18851== by 0x5468618: newhpart (lj_tab.c:64)
==18851== by 0x5468618: newtab (lj_tab.c:143)
==18851== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18851== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18851== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18851== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18851== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18851== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18851== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18851== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18851== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18851== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18851== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18851== by 0x41B4C8: main (nginx.c:276)
==18851==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 5: string typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 5: string typed value - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +0,0 @@
-foo: rc=0, type=4, val=hello world, len=11
-bar: rc=0, type=4, val=, len=0
'
099-c-api.t TEST 5: string typed value - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 5: string typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 5: string typed value - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +0,0 @@
-foo: rc=0, type=4, val=hello world, len=11
-bar: rc=0, type=4, val=, len=0
'
099-c-api.t TEST 5: string typed value - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 5: string typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 5: string typed value - response_body - response is expected (repeated req 2, req 0) @@ -1,2 +0,0 @@
-foo: rc=0, type=4, val=hello world, len=11
-bar: rc=0, type=4, val=, len=0
'
099-c-api.t TEST 6: nil typed value ==18864== Invalid read of size 8
==18864== at 0x4C42EE: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18864== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18864== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864== Address 0x827ebe8 is 3 bytes after a block of size 5 alloc'd
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==18864== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==18864== by 0x41CEB8: ngx_pnalloc (ngx_palloc.c:130)
==18864== by 0x42E89F: ngx_conf_read_token (ngx_conf_file.c:724)
==18864== by 0x42E89F: ngx_conf_parse (ngx_conf_file.c:207)
==18864== by 0x496E24: ngx_stream_block (ngx_stream.c:168)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== Invalid read of size 8
==18864== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18864== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18864== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18864== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864== Address 0x58 is not stack'd, malloc'd or (recently) free'd
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_shmtx_lock
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864==
==18864== Process terminating with default action of signal 11 (SIGSEGV)
==18864== Access not within mapped region at address 0x58
==18864== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18864== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18864== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18864== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864== If you believe this happened as a result of a stack
==18864== overflow in your program's main thread (unlikely but
==18864== possible), you can try to increase the size of the
==18864== main thread stack using the --main-stacksize= flag.
==18864== The main thread stack size used in this run was 8388608.
==18864== 16 bytes in 1 blocks are definitely lost in loss record 351 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x54B1D5F: lj_cdata_new (lj_cdata.h:45)
==18864== by 0x54B1D5F: lj_cconv_tv_ct (lj_cconv.c:411)
==18864== by 0x54B3B9E: ccall_get_results (lj_ccall.c:1116)
==18864== by 0x54B3B9E: lj_ccall_func (lj_ccall.c:1143)
==18864== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_cconv_tv_ct
fun:ccall_get_results
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 18 bytes in 1 blocks are definitely lost in loss record 353 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18864== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18864== by 0x547E269: parse_for (lj_parse.c:2575)
==18864== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18864== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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: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
}
099-c-api.t TEST 6: nil typed value ==18864== 18 bytes in 1 blocks are definitely lost in loss record 354 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547BA59: parse_params (lj_parse.c:1811)
==18864== by 0x547BA59: parse_body (lj_parse.c:1847)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 18 bytes in 1 blocks are definitely lost in loss record 355 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x4CBAC1: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:514)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18864== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18864== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_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_socket_tcp_connect
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
}
099-c-api.t TEST 6: nil typed value ==18864== 18 bytes in 1 blocks are definitely lost in loss record 356 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18864== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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: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_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
}
099-c-api.t TEST 6: nil typed value ==18864== 18 bytes in 1 blocks are definitely lost in loss record 357 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54C99B4: ffi_finalizer (lib_ffi.c:831)
==18864== by 0x54C99B4: luaopen_ffi (lib_ffi.c:852)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 360 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 361 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18864== by 0x54BE439: luaopen_base (lib_base.c:658)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 362 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x504E1F: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:22)
==18864== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18864== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 363 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x511FFB: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:55)
==18864== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18864== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 364 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x512287: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:34)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 365 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 366 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18864== by 0x54BE439: luaopen_base (lib_base.c:658)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 367 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B3A17: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1947)
==18864== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18864== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 368 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D63CE: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==18864== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18864== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 369 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D6680: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 370 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478BD6: lex_string (lj_lex.c:280)
==18864== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547CC68: expr_bracket (lj_parse.c:1679)
==18864== by 0x547D6BF: expr_primary (lj_parse.c:1952)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18864== by 0x547E269: parse_for (lj_parse.c:2575)
==18864== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18864== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 19 bytes in 1 blocks are definitely lost in loss record 371 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18864== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 383 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18864== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 384 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18864== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 385 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 386 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 387 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 388 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 389 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x505475: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:284)
==18864== by 0x505475: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 390 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x504649: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:608)
==18864== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18864== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 391 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x504691: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:614)
==18864== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18864== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 392 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5057E7: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:131)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 393 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5066C2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:86)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 394 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4F51C1: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3234)
==18864== by 0x4F51C1: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18864== by 0x4F51C1: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51C1: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51C1: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 395 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50E60E: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:48)
==18864== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18864== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 396 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D2A1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:322)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 397 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D2E9: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:328)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 398 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D331: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:334)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 399 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x5479028: lex_opt (lj_parse.c:989)
==18864== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18864== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18864== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 400 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x5480768: cpparser (lj_load.c:42)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 401 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x510D47: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:83)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 402 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x512263: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:31)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 403 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18864== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 404 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18864== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 405 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 406 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 407 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 408 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 409 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x4BD662: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2890)
==18864== by 0x4BD662: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18864== by 0x4BD662: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD662: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD662: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 410 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A4103: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:300)
==18864== by 0x4A4103: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 411 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AB7D7: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==18864== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18864== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 412 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A7FFD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 413 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AA022: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 414 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B9D9F: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2098)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 415 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x5480768: cpparser (lj_load.c:42)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18864== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18864== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 416 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A8DCE: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==18864== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18864== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 417 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x5479028: lex_opt (lj_parse.c:989)
==18864== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18864== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18864== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 418 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x5480768: cpparser (lj_load.c:42)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 419 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D3E30: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 420 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D665C: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 421 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x5479028: lex_opt (lj_parse.c:989)
==18864== by 0x547DEE0: parse_for_iter (lj_parse.c:2538)
==18864== by 0x547DEE0: parse_for (lj_parse.c:2575)
==18864== by 0x547DEE0: parse_stmt (lj_parse.c:2636)
==18864== by 0x547DEE0: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 422 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x5480768: cpparser (lj_load.c:42)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 423 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x5479028: lex_opt (lj_parse.c:989)
==18864== by 0x547DD8E: parse_local (lj_parse.c:2257)
==18864== by 0x547DD8E: parse_stmt (lj_parse.c:2646)
==18864== by 0x547DD8E: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 424 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x5480768: cpparser (lj_load.c:42)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 425 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18864== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18864== by 0x4BDF66: ngx_http_lua_cache_store_code (ngx_http_lua_cache.c:125)
==18864== by 0x4BE03A: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:187)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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_cache_store_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
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 426 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478BD6: lex_string (lj_lex.c:280)
==18864== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547D511: parse_args (lj_parse.c:1896)
==18864== by 0x547D7B4: expr_primary (lj_parse.c:1959)
==18864== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18864== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 427 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x5480768: cpparser (lj_load.c:42)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 20 bytes in 1 blocks are definitely lost in loss record 428 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18864== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18864== by 0x4F91CE: ngx_stream_lua_cache_store_code (ngx_stream_lua_cache.c:122)
==18864== by 0x4F92A2: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:184)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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_stream_lua_cache_store_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 442 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 443 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x504E61: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:28)
==18864== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18864== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 444 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x504EC2: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:37)
==18864== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18864== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 445 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x505456: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:281)
==18864== by 0x505456: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 446 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x505494: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:287)
==18864== by 0x505494: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 447 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5054D2: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:293)
==18864== by 0x5054D2: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 448 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x50D480: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:365)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 449 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50227A: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:39)
==18864== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18864== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 450 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50229E: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:42)
==18864== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18864== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 451 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B7F6D: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==18864== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18864== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 452 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B7FCE: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==18864== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18864== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 453 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A40E4: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:297)
==18864== by 0x4A40E4: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 454 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A4122: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:303)
==18864== by 0x4A4122: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 455 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A4160: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:309)
==18864== by 0x4A4160: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 456 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A7889: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:36)
==18864== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18864== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 457 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4ACFF9: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:943)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 458 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CCD32: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 459 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D5252: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==18864== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18864== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 460 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D5276: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:43)
==18864== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18864== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 461 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18864== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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_return
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
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 462 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18864== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18864== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18864== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 463 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x5479028: lex_opt (lj_parse.c:989)
==18864== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18864== by 0x547D53E: parse_args (lj_parse.c:1904)
==18864== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18864== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18864== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lex_match
fun:parse_args
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 464 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 21 bytes in 1 blocks are definitely lost in loss record 465 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18864== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18864== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18864== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18864== by 0x54B7DE8: cp_opt (lj_cparse.c:393)
==18864== by 0x54B807C: cp_declarator (lj_cparse.c:1643)
==18864== by 0x54B9988: cp_decl_struct (lj_cparse.c:1336)
==18864== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18864== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18864== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18864== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_opt
fun:cp_declarator
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 470 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C431B: luaopen_package (lib_package.c:598)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 471 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C2939: luaopen_io (lib_io.c:533)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 472 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18864== by 0x54C2972: luaopen_io (lib_io.c:535)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 473 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 474 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 475 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 476 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x504E40: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:25)
==18864== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18864== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 477 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x504EA3: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:34)
==18864== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18864== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 478 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x505418: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:275)
==18864== by 0x505418: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 479 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x505437: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:278)
==18864== by 0x505437: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 480 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5054F1: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:296)
==18864== by 0x5054F1: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 481 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x505853: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:140)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 482 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x507343: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:115)
==18864== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18864== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 483 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5122AB: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:37)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 484 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C431B: luaopen_package (lib_package.c:598)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 485 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C2939: luaopen_io (lib_io.c:533)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 486 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18864== by 0x54C2972: luaopen_io (lib_io.c:535)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 487 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 488 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 489 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 490 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B7F4C: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==18864== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18864== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 491 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B7FAF: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==18864== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18864== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 492 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A40A6: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:291)
==18864== by 0x4A40A6: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 493 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A40C5: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:294)
==18864== by 0x4A40C5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 494 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A417F: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:312)
==18864== by 0x4A417F: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 495 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A8069: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 496 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CE1F9: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:135)
==18864== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18864== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 497 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D66A4: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 498 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18864== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18864== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18864== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18864== by 0x54B9BDC: cp_decl_struct (lj_cparse.c:1387)
==18864== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18864== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18864== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18864== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18864== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18864== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 6: nil typed value ==18864== 22 bytes in 1 blocks are definitely lost in loss record 499 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18864== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18864== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18864== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18864== by 0x54B7DE8: cp_opt (lj_cparse.c:393)
==18864== by 0x54B807C: cp_declarator (lj_cparse.c:1643)
==18864== by 0x54BA4F6: cp_decl_func (lj_cparse.c:1596)
==18864== by 0x54B82EA: cp_declarator (lj_cparse.c:1690)
==18864== by 0x54BAA6C: cp_decl_multi (lj_cparse.c:1801)
==18864== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18864== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_opt
fun:cp_declarator
fun:cp_decl_func
fun:cp_declarator
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 505 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C4343: luaopen_package (lib_package.c:600)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 506 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C4370: luaopen_package (lib_package.c:602)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 507 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18864== by 0x54C2994: luaopen_io (lib_io.c:536)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 508 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18864== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 509 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5053F9: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:272)
==18864== by 0x5053F9: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 510 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5054B3: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:290)
==18864== by 0x5054B3: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 511 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50198D: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:371)
==18864== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18864== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18864== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 512 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D3C1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:346)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 513 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D514: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:383)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 514 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5120F2: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:36)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 515 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x512166: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:47)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 516 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5122BD: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:39)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 517 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x502B05: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:266)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 518 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C4343: luaopen_package (lib_package.c:600)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 519 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C4370: luaopen_package (lib_package.c:602)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 520 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18864== by 0x54C2994: luaopen_io (lib_io.c:536)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 521 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18864== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 522 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A4087: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:288)
==18864== by 0x4A4087: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 523 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A4141: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:306)
==18864== by 0x4A4141: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 524 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CD0C5: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:372)
==18864== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 525 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4ACFB1: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:936)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 526 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4C427E: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==18864== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18864== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 527 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CCA87: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:208)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 23 bytes in 1 blocks are definitely lost in loss record 528 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CFC97: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:265)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,131 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,132 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18864== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18864== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,133 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C439D: luaopen_package (lib_package.c:604)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,134 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54755CB: lua_getfield (lj_api.c:738)
==18864== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18864== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,135 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x505733: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:116)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,136 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50577B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:122)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,137 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50669E: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:83)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,138 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D379: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:340)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,139 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,140 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x501586: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:261)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,141 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x51223F: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:28)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,142 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x502ABD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:260)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,143 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x502AE1: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:263)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,144 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x502B29: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:269)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,145 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x502BA2: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:281)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,146 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,147 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18864== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18864== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,148 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54C439D: luaopen_package (lib_package.c:604)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,149 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54755CB: lua_getfield (lj_api.c:738)
==18864== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18864== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,150 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B81FF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,151 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A7F49: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,152 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A7F91: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,153 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A9FFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,154 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,155 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CCC0F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:234)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,156 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D6638: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,157 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CFC4F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:259)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,158 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CFC73: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:262)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,159 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CFCBB: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:268)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 24 bytes in 1 blocks are definitely lost in loss record 1,160 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CFD34: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,167 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18864== by 0x54C4389: luaopen_package (lib_package.c:603)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,168 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18864== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,169 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x504E82: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:31)
==18864== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18864== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,170 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5066E6: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:90)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,171 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x506D0B: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:34)
==18864== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18864== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,172 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D30D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:331)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,173 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D355: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:337)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,174 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D42D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:355)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,175 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x502B5A: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:275)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,176 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x502B7E: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:278)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,177 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x502BC6: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:284)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,178 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x5474F06: luaL_newmetatable (lj_api.c:651)
==18864== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,179 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18864== by 0x54C4389: luaopen_package (lib_package.c:603)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,180 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18864== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,181 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B7FF0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,182 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B802E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,183 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B7F8E: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:31)
==18864== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18864== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,184 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AA046: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,185 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CFCEC: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:274)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,186 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CFD10: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 25 bytes in 1 blocks are definitely lost in loss record 1,187 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478BD6: lex_string (lj_lex.c:280)
==18864== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547D511: parse_args (lj_parse.c:1896)
==18864== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18864== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18864== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,190 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54755CB: lua_getfield (lj_api.c:738)
==18864== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18864== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,191 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54C432F: luaopen_package (lib_package.c:599)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,192 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18864== by 0x54C1510: luaopen_table (lib_table.c:303)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,193 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50579F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:125)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,194 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50582F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:137)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,195 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x506752: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:101)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,196 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x507497: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:73)
==18864== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18864== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,197 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D2C5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:325)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,198 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D3E5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:349)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,199 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x501739: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:305)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,200 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x512178: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:48)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,201 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54C432F: luaopen_package (lib_package.c:599)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,202 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18864== by 0x54C1510: luaopen_table (lib_table.c:303)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,203 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B800F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,204 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B804D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,205 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B80C9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,206 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B80E8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,207 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8145: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,208 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B846B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,209 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A7FB5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:215)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,210 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A8045: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,211 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A80B1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,212 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AA0B2: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:101)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,213 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D4A3C: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==18864== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18864== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,214 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AF598: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,215 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AF670: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:58)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,216 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CCE9D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:303)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,217 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D654C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==18864== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18864== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 26 bytes in 1 blocks are definitely lost in loss record 1,218 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18864== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18864== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18864== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18864== by 0x54B9BDC: cp_decl_struct (lj_cparse.c:1387)
==18864== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18864== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18864== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18864== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,224 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4F514A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2659)
==18864== by 0x4F514A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F514A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F514A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,225 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x505757: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:119)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,226 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5065A2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:62)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,227 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5015F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:270)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,228 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18864== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18864== by 0x547E269: parse_for (lj_parse.c:2575)
==18864== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18864== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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: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: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
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,229 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B80AA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,230 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8183: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,231 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B81A2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:89)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,232 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B84E7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,233 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A7F6D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,234 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A9F02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,235 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AD044: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:954)
==18864== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,236 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D4439: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==18864== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,237 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A80FC: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==18864== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 27 bytes in 1 blocks are definitely lost in loss record 1,238 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CCC57: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,242 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18864== by 0x54C1533: luaopen_table (lib_table.c:304)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,243 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18864== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,244 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4F5114: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2193)
==18864== by 0x4F5114: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5114: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,245 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50580B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:134)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,246 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5065EA: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:68)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,247 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50670A: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:94)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,248 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x510D8A: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:90)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,249 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18864== by 0x54C1533: luaopen_table (lib_table.c:304)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,250 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18864== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,251 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4BD61A: ngx_http_lua_init_globals (ngx_http_lua_util.c:698)
==18864== by 0x4BD61A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD61A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck: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_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,252 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B806C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,253 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8164: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:83)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,254 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A8021: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,255 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A808D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,256 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A9F4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,257 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A9F6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,258 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A78AD: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==18864== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18864== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,259 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AD0B0: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:963)
==18864== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,260 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AF694: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,261 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AF6B8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,262 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A8699: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==18864== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,263 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CCC7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:243)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 28 bytes in 1 blocks are definitely lost in loss record 1,264 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D3E73: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,269 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5015AA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:264)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,270 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x501685: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:288)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,271 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x5017A5: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:314)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,272 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B808B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,273 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B821E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:102)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,274 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B84C8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,275 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AB747: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==18864== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18864== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,276 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AD020: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:951)
==18864== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,277 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AD068: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:957)
==18864== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,278 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B024D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==18864== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,279 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CCC33: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:237)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 29 bytes in 1 blocks are definitely lost in loss record 1,280 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CCF2D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:315)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,284 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x506632: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:74)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,285 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x506656: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:77)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,286 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x50D409: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:352)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,287 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x51201F: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:58)
==18864== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18864== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,288 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x512043: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:61)
==18864== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18864== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,289 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x512111: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:39)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,290 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8107: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:74)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,291 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B81C1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,292 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B823D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:105)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,293 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B844C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,294 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A9F92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,295 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A9FB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,296 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A9FDA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,297 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A6ACA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1430)
==18864== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18864== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,298 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B0295: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==18864== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,299 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AF5E0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,300 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AF604: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:49)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,301 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AF628: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,302 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4AF64C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:55)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,303 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D63F2: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==18864== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18864== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 30 bytes in 1 blocks are definitely lost in loss record 1,304 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D64E5: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==18864== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18864== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 31 bytes in 1 blocks are definitely lost in loss record 1,307 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x501781: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:311)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 31 bytes in 1 blocks are definitely lost in loss record 1,308 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8126: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 31 bytes in 1 blocks are definitely lost in loss record 1,309 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B82F7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 31 bytes in 1 blocks are definitely lost in loss record 1,310 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B83B1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:143)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 31 bytes in 1 blocks are definitely lost in loss record 1,311 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B83D0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 31 bytes in 1 blocks are definitely lost in loss record 1,312 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B0271: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==18864== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 31 bytes in 1 blocks are definitely lost in loss record 1,313 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4CCF09: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:312)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,414 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x546D874: cpluaopen (lj_state.c:150)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18864== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,415 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18864== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,416 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,417 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18864== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,418 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18864== by 0x54C4211: luaopen_package (lib_package.c:583)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,419 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18864== by 0x54C423B: luaopen_package (lib_package.c:585)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,420 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54C4389: luaopen_package (lib_package.c:603)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,421 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,422 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18864== by 0x54C1510: luaopen_table (lib_table.c:303)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,423 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18864== by 0x54C1533: luaopen_table (lib_table.c:304)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,424 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,425 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C2956: luaopen_io (lib_io.c:534)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,426 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C325D: luaopen_os (lib_os.c:289)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,427 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,428 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,429 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,430 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,431 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,432 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18864== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,433 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18864== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,434 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,435 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,436 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,437 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18864== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,438 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18864== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,439 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18864== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,440 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18864== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,441 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18864== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,442 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18864== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,443 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4F5138: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2658)
==18864== by 0x4F5138: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5138: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5138: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,444 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x505503: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:259)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,445 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x505527: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:262)
==18864== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18864== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,446 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x504613: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:604)
==18864== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18864== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,447 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x504637: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:607)
==18864== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18864== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,448 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50465B: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:610)
==18864== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18864== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,449 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50467F: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:613)
==18864== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18864== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,450 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x505721: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:115)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,451 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x505745: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:118)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,452 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x505769: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:121)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,453 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50578D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:124)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,454 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5057B1: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:127)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,455 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5057D5: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:130)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,456 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5057F9: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:133)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,457 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50581D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:136)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,458 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x505841: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:139)
==18864== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18864== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,459 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x506590: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:61)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,460 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5065B4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:64)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,461 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5065D8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:67)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,462 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5065FC: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:70)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,463 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x506620: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:73)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,464 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x506644: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:76)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,465 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x506668: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:79)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,466 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50668C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:82)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,467 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5066B0: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:85)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,468 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5066D4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:89)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,469 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5066F8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:93)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,470 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50671C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:96)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,471 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x506740: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:100)
==18864== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18864== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,472 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x506CD5: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:28)
==18864== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18864== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,473 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x506CF9: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:33)
==18864== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18864== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,474 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x507331: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:114)
==18864== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18864== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,475 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x507485: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:72)
==18864== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18864== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,476 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18864== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18864== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,477 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50A86C: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1922)
==18864== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18864== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,478 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50A890: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1925)
==18864== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18864== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,479 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50A8B4: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1928)
==18864== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18864== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,480 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50A8D8: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1931)
==18864== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18864== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,481 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50A8FC: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1934)
==18864== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18864== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,482 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18864== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18864== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,483 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50197B: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:370)
==18864== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18864== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18864== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,484 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50E595: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:39)
==18864== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18864== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,485 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18864== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18864== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,486 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50E5B9: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:42)
==18864== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18864== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,487 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50E5DD: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:44)
==18864== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18864== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,488 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,489 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,490 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D28F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:321)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,491 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D2B3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:324)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,492 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D2D7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:327)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,493 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D2FB: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:330)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,494 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D31F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:333)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,495 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D343: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:336)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,496 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D367: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:339)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,497 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D38B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:342)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,498 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D3AF: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:345)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,499 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D3D3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:348)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,500 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D3F7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:351)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,501 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50D41B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:354)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,502 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,503 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5013EC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:213)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,504 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,505 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501574: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:260)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,506 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501598: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:263)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,507 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5015BC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:266)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,508 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5015E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:269)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,509 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,510 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50164F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:282)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,511 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501673: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:287)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,512 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501697: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:292)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,513 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5016BB: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:295)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,514 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5016DF: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:298)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,515 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501703: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:301)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,516 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501727: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:304)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,517 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50174B: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:307)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,518 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50176F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:310)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,519 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501793: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:313)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,520 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,521 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501802: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:324)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,522 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,523 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501852: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:332)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,524 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,525 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5018A2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:340)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,526 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,527 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5018F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:348)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,528 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,529 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x501942: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:358)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,530 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x510D35: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:82)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,531 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,532 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x510D78: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:89)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,533 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x510D9C: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:92)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,534 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x510DC0: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:95)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,535 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x510DE4: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:98)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,536 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x510E08: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:101)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,537 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,538 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18864== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18864== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,539 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x502244: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:35)
==18864== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18864== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,540 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x502268: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:38)
==18864== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18864== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,541 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x50228C: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:41)
==18864== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18864== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,542 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18864== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18864== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,543 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x511FE9: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:54)
==18864== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18864== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,544 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x51200D: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:57)
==18864== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18864== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,545 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x512031: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:60)
==18864== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18864== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,546 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,547 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x5120E0: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:35)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,548 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x512130: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:42)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,549 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x512142: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:44)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,550 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x512154: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:45)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,551 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,552 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x51222D: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:27)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,553 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x512251: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:30)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,554 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x512275: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:33)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,555 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x512299: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:36)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,556 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18864== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18864== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,557 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x512473: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:28)
==18864== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18864== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,558 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x512497: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:30)
==18864== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18864== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,559 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,560 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x502B48: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:274)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,561 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x502B6C: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:277)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,562 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x502B90: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:280)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,563 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x502BB4: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:283)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,564 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547E9AB: lj_parse (lj_parse.c:2701)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,565 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54678D9: buf_grow (lj_buf.c:25)
==18864== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18864== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18864== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18864== by 0x54615CB: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18864== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,566 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x546D874: cpluaopen (lj_state.c:150)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18864== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,567 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18864== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,568 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,569 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18864== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,570 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18864== by 0x54C4211: luaopen_package (lib_package.c:583)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,571 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18864== by 0x54C423B: luaopen_package (lib_package.c:585)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,572 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54C4389: luaopen_package (lib_package.c:603)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,573 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,574 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18864== by 0x54C1510: luaopen_table (lib_table.c:303)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,575 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18864== by 0x54C1533: luaopen_table (lib_table.c:304)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,576 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,577 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C2956: luaopen_io (lib_io.c:534)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,578 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C325D: luaopen_os (lib_os.c:289)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,579 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,580 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,581 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,582 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,583 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,584 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18864== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,585 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18864== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,586 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,587 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,588 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,589 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18864== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,590 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18864== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,591 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18864== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,592 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18864== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,593 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18864== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,594 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18864== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,595 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4BD63E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:714)
==18864== by 0x4BD63E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD63E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD63E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,596 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD674: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2891)
==18864== by 0x4BD674: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18864== by 0x4BD674: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD674: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD674: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,597 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18864== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18864== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,598 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4BD698: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2895)
==18864== by 0x4BD698: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18864== by 0x4BD698: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD698: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD698: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,599 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4BD6BC: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2898)
==18864== by 0x4BD6BC: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18864== by 0x4BD6BC: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6BC: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6BC: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,600 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B825C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,601 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A4191: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:275)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,602 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A41B5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:278)
==18864== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18864== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,603 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AB735: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==18864== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18864== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,604 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AB759: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==18864== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18864== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,605 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AB77D: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==18864== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18864== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,606 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AB7A1: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==18864== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18864== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,607 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AB7C5: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==18864== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18864== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,608 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A7F37: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,609 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A7F7F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,610 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A7FA3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,611 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A7FC7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,612 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A7FEB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,613 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A800F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,614 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A8033: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,615 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A8057: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,616 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A807B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,617 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A809F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,618 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A80C3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,619 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4A80D5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,620 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A9EF0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,621 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A9F14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,622 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A9F38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,623 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A9F5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,624 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A9F80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,625 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A9FA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,626 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A9FC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,627 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A9FEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,628 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AA010: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,629 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AA034: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,630 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AA058: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,631 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AA07C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,632 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AA0A0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==18864== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18864== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,633 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A7853: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==18864== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18864== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,634 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A7877: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==18864== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18864== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,635 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A789B: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==18864== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18864== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,636 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A78BF: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==18864== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18864== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,637 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A78E3: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==18864== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18864== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,638 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18864== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18864== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,639 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A6A94: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1426)
==18864== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18864== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,640 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A6AB8: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1429)
==18864== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18864== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,641 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CE1E7: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:134)
==18864== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18864== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,642 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D4A2A: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==18864== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18864== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,643 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18864== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18864== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,644 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4B3963: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1932)
==18864== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18864== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,645 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4B3987: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1935)
==18864== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18864== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,646 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4B39AB: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1938)
==18864== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18864== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,647 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4B39CF: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1941)
==18864== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18864== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,648 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4B39F3: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1944)
==18864== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18864== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,649 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,650 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AD00E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:950)
==18864== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,651 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AD032: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:953)
==18864== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,652 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AD056: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:956)
==18864== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,653 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AD07A: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:959)
==18864== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,654 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AD09E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:962)
==18864== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,655 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF9E6: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==18864== by 0x4B9D5D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2090)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,656 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4B0217: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:367)
==18864== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,657 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4B023B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:370)
==18864== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,658 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4B025F: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:373)
==18864== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,659 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4B0283: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:376)
==18864== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,660 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF586: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,661 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF5AA: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,662 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF5CE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,663 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF5F2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,664 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF616: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,665 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF63A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,666 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF65E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,667 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF682: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,668 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4AF6A6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==18864== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,669 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CD0B3: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:371)
==18864== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,670 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D4403: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==18864== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,671 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D4427: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==18864== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,672 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A80EA: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==18864== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,673 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A8687: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==18864== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,674 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4ACF38: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:927)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,675 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,676 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4ACF5C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:930)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,677 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4ACF80: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:932)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,678 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,679 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4ACFD5: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:940)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,680 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18864== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18864== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,681 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4A8D55: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==18864== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18864== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,682 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18864== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18864== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,683 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A8D79: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==18864== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18864== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,684 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A8D9D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==18864== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18864== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,685 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4C426C: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:409)
==18864== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18864== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,686 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,687 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCA56: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:205)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,688 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,689 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCBFD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,690 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCC21: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:236)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,691 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCC45: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:239)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,692 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCC69: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:242)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,693 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,694 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCCD8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:255)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,695 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCCFC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:258)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,696 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCD20: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:261)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,697 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCD44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:264)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,698 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCD68: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:267)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,699 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,700 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCDD7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,701 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCDFB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:290)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,702 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCE1F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:293)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,703 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCE43: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:296)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,704 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCE67: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:299)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,705 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCE8B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:302)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,706 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCEAF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:305)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,707 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCED3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,708 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCEF7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:311)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,709 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCF1B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,710 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,711 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCF8A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:325)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,712 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,713 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CCFDA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,714 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,715 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CD02A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:341)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,716 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,717 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CD07A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:349)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,718 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D3E1E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,719 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,720 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D3E61: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:87)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,721 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D3E85: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:90)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,722 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D3EA9: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:93)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,723 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D3ECD: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:96)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,724 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D3EF1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:99)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,725 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,726 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D3F60: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:110)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,727 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18864== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18864== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,728 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D521C: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==18864== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18864== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,729 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D5240: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==18864== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18864== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,730 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D5264: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==18864== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18864== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,731 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18864== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18864== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,732 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D63BC: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:56)
==18864== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18864== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,733 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D63E0: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:59)
==18864== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18864== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,734 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D6404: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:62)
==18864== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18864== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,735 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18864== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18864== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,736 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D64B4: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==18864== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18864== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,737 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D6504: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:42)
==18864== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18864== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,738 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D6516: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==18864== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18864== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,739 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4D6528: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==18864== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18864== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,740 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,741 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D6626: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:27)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,742 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D664A: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,743 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D666E: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,744 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4D6692: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,745 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18864== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18864== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,746 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A862F: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==18864== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18864== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,747 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A8653: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==18864== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18864== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,748 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,749 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CFCDA: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:273)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,750 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CFCFE: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:276)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,751 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CFD22: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:279)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,752 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4CFD46: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:282)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,753 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54790B8: fs_init (lj_parse.c:1615)
==18864== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,754 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54790B8: fs_init (lj_parse.c:1615)
==18864== by 0x547BA28: parse_body (lj_parse.c:1844)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18864== by 0x547E269: parse_for (lj_parse.c:2575)
==18864== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18864== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,755 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54790B8: fs_init (lj_parse.c:1615)
==18864== by 0x547BA28: parse_body (lj_parse.c:1844)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,756 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54790B8: fs_init (lj_parse.c:1615)
==18864== by 0x547BA28: parse_body (lj_parse.c:1844)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,757 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54790B8: fs_init (lj_parse.c:1615)
==18864== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,758 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54790B8: fs_init (lj_parse.c:1615)
==18864== by 0x547BA28: parse_body (lj_parse.c:1844)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_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: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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,759 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18864== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18864== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18864== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,760 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18864== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18864== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,761 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54790B8: fs_init (lj_parse.c:1615)
==18864== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,762 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54790B8: fs_init (lj_parse.c:1615)
==18864== by 0x547BA28: parse_body (lj_parse.c:1844)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,763 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F5791: ngx_stream_lua_create_new_globals_table (ngx_stream_lua_util.c:1869)
==18864== by 0x4F583C: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:499)
==18864== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_create_new_globals_table
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,764 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18864== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,765 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,766 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 1 blocks are definitely lost in loss record 1,767 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5468659: newtab (lj_tab.c:122)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 32 bytes in 2 blocks are definitely lost in loss record 1,768 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x54B651E: lj_cdata_new (lj_cdata.h:45)
==18864== by 0x54B651E: lj_clib_index (lj_clib.c:372)
==18864== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 33 bytes in 1 blocks are definitely lost in loss record 1,771 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8354: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 33 bytes in 1 blocks are definitely lost in loss record 1,772 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B83EF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 33 bytes in 1 blocks are definitely lost in loss record 1,773 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8544: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 34 bytes in 1 blocks are definitely lost in loss record 1,774 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18864== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 34 bytes in 1 blocks are definitely lost in loss record 1,775 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18864== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 34 bytes in 1 blocks are definitely lost in loss record 1,776 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8316: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 34 bytes in 1 blocks are definitely lost in loss record 1,777 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8373: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 35 bytes in 1 blocks are definitely lost in loss record 1,779 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 35 bytes in 1 blocks are definitely lost in loss record 1,780 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x4F502C: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2160)
==18864== by 0x4F502C: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F502C: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 35 bytes in 1 blocks are definitely lost in loss record 1,781 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 35 bytes in 1 blocks are definitely lost in loss record 1,782 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18864== by 0x4BD532: ngx_http_lua_init_registry (ngx_http_lua_util.c:665)
==18864== by 0x4BD532: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD532: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 36 bytes in 2 blocks are definitely lost in loss record 1,787 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478BD6: lex_string (lj_lex.c:280)
==18864== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x5479028: lex_opt (lj_parse.c:989)
==18864== by 0x547CBF7: expr_list (lj_parse.c:1875)
==18864== by 0x547D522: parse_args (lj_parse.c:1900)
==18864== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18864== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18864== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 36 bytes in 2 blocks are definitely lost in loss record 1,788 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18864== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18864== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18864== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18864== by 0x54B9F5F: cp_decl_spec (lj_cparse.c:1480)
==18864== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18864== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18864== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18864== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18864== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18864== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18864== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 6: nil typed value ==18864== 37 bytes in 1 blocks are definitely lost in loss record 1,790 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B827B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 37 bytes in 1 blocks are definitely lost in loss record 1,791 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B842D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 37 bytes in 1 blocks are definitely lost in loss record 1,792 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8582: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 38 bytes in 1 blocks are definitely lost in loss record 1,795 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B829A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 38 bytes in 1 blocks are definitely lost in loss record 1,796 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8392: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 38 bytes in 1 blocks are definitely lost in loss record 1,797 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B848A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 39 bytes in 1 blocks are definitely lost in loss record 1,800 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B82D8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 39 bytes in 1 blocks are definitely lost in loss record 1,801 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B84A9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 1 blocks are definitely lost in loss record 1,822 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18864== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18864== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18864== by 0x54C2972: luaopen_io (lib_io.c:535)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 1 blocks are definitely lost in loss record 1,823 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18864== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18864== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18864== by 0x54C2994: luaopen_io (lib_io.c:536)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 1 blocks are definitely lost in loss record 1,824 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18864== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18864== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18864== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 1 blocks are definitely lost in loss record 1,825 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18864== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18864== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18864== by 0x54C2972: luaopen_io (lib_io.c:535)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 1 blocks are definitely lost in loss record 1,826 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18864== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18864== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18864== by 0x54C2994: luaopen_io (lib_io.c:536)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 1 blocks are definitely lost in loss record 1,827 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18864== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18864== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18864== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 1 blocks are definitely lost in loss record 1,828 of 2,484
==18864== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469521: lj_tab_resize (lj_tab.c:266)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5469207: lj_tab_setinth (lj_tab.c:522)
==18864== by 0x547D0A8: expr_table (lj_parse.c:1744)
==18864== by 0x547C839: expr_simple (lj_parse.c:2002)
==18864== by 0x547C839: expr_unop (lj_parse.c:2075)
==18864== by 0x547C839: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 2 blocks are definitely lost in loss record 1,829 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18864== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 2 blocks are definitely lost in loss record 1,830 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 2 blocks are definitely lost in loss record 1,831 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18864== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 2 blocks are definitely lost in loss record 1,832 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18864== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 40 bytes in 2 blocks are definitely lost in loss record 1,833 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 41 bytes in 1 blocks are definitely lost in loss record 1,836 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B81E0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 42 bytes in 1 blocks are definitely lost in loss record 1,837 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B85C0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:194)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 42 bytes in 2 blocks are definitely lost in loss record 1,838 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 42 bytes in 2 blocks are definitely lost in loss record 1,839 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 43 bytes in 1 blocks are definitely lost in loss record 1,843 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8506: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 43 bytes in 1 blocks are definitely lost in loss record 1,844 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B85A1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 44 bytes in 1 blocks are definitely lost in loss record 1,845 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x4B8525: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==18864== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18864== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 44 bytes in 2 blocks are definitely lost in loss record 1,846 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18864== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18864== by 0x547E269: parse_for (lj_parse.c:2575)
==18864== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18864== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 45 bytes in 2 blocks are definitely lost in loss record 1,851 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478BD6: lex_string (lj_lex.c:280)
==18864== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547D511: parse_args (lj_parse.c:1896)
==18864== by 0x547D7B4: expr_primary (lj_parse.c:1959)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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_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_return
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
}
099-c-api.t TEST 6: nil typed value ==18864== 47 bytes in 2 blocks are definitely lost in loss record 1,852 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18864== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 47 bytes in 2 blocks are definitely lost in loss record 1,853 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18864== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,902 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18864== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,903 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18864== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,904 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,905 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,906 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18864== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18864== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,907 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18864== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18864== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,908 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,909 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x54685B7: newtab (lj_tab.c:107)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50D492: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:368)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,910 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,911 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,912 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,913 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,914 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,915 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,916 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18864== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18864== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,917 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18864== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,918 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18864== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,919 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,920 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,921 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18864== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18864== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,922 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18864== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18864== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,923 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,924 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18864== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18864== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,925 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18864== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18864== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,926 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18864== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18864== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,927 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,928 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,929 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,930 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,931 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,932 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18864== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18864== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,933 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x54685B7: newtab (lj_tab.c:107)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x547D1C8: expr_table (lj_parse.c:1738)
==18864== by 0x547C839: expr_simple (lj_parse.c:2002)
==18864== by 0x547C839: expr_unop (lj_parse.c:2075)
==18864== by 0x547C839: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,934 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478BD6: lex_string (lj_lex.c:280)
==18864== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547D511: parse_args (lj_parse.c:1896)
==18864== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18864== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18864== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18864== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18864== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18864== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,935 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18864== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18864== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18864== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,936 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18864== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18864== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,937 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18864== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18864== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,938 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18864== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,939 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54C9913: luaopen_ffi (lib_ffi.c:851)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,940 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x54C9962: ffi_finalizer (lib_ffi.c:828)
==18864== by 0x54C9962: luaopen_ffi (lib_ffi.c:852)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 48 bytes in 1 blocks are definitely lost in loss record 1,941 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18864== by 0x54B6373: lj_clib_index (lj_clib.c:331)
==18864== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 49 bytes in 2 blocks are definitely lost in loss record 1,943 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 51 bytes in 2 blocks are definitely lost in loss record 1,944 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18864== by 0x54C423B: luaopen_package (lib_package.c:585)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 51 bytes in 2 blocks are definitely lost in loss record 1,945 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54761BC: lua_setfield (lj_api.c:903)
==18864== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18864== by 0x54C423B: luaopen_package (lib_package.c:585)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 54 bytes in 1 blocks are definitely lost in loss record 1,949 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54755CB: lua_getfield (lj_api.c:738)
==18864== by 0x4F907A: ngx_stream_lua_cache_load_code (ngx_stream_lua_cache.c:49)
==18864== by 0x4F922F: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:145)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_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_stream_lua_cache_load_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 59 bytes in 3 blocks are definitely lost in loss record 1,967 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18864== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 6: nil typed value ==18864== 64 bytes in 1 blocks are definitely lost in loss record 1,997 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18864== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18864== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,998 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x510E77: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:112)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 64 bytes in 1 blocks are definitely lost in loss record 1,999 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18864== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18864== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,000 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x4A7F5B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==18864== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18864== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 64 bytes in 1 blocks are definitely lost in loss record 2,001 of 2,484
==18864== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54678D9: buf_grow (lj_buf.c:25)
==18864== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18864== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18864== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18864== by 0x547530F: lua_concat (lj_api.c:699)
==18864== by 0x4CBADB: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:516)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18864== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18864== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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:ngx_http_lua_socket_tcp_connect
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
}
099-c-api.t TEST 6: nil typed value ==18864== 64 bytes in 2 blocks are definitely lost in loss record 2,002 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18864== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 64 bytes in 2 blocks are definitely lost in loss record 2,003 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18864== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 64 bytes in 2 blocks are definitely lost in loss record 2,004 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478BD6: lex_string (lj_lex.c:280)
==18864== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547D511: parse_args (lj_parse.c:1896)
==18864== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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_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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 6: nil typed value ==18864== 64 bytes in 2 blocks are definitely lost in loss record 2,005 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 65 bytes in 2 blocks are definitely lost in loss record 2,008 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18864== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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: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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 6: nil typed value ==18864== 67 bytes in 3 blocks are definitely lost in loss record 2,010 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 67 bytes in 3 blocks are definitely lost in loss record 2,011 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 69 bytes in 3 blocks are definitely lost in loss record 2,014 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18864== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 72 bytes in 1 blocks are definitely lost in loss record 2,024 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x54685B7: newtab (lj_tab.c:107)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54C4264: luaopen_package (lib_package.c:588)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 72 bytes in 1 blocks are definitely lost in loss record 2,025 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x54685B7: newtab (lj_tab.c:107)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54C4264: luaopen_package (lib_package.c:588)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 72 bytes in 1 blocks are definitely lost in loss record 2,026 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x54685B7: newtab (lj_tab.c:107)
==18864== by 0x5468883: lj_tab_dup (lj_tab.c:187)
==18864== by 0x54618DF: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18864== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,027 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18864== by 0x54B62C4: clib_new (lj_clib.c:386)
==18864== by 0x54B6908: lj_clib_default (lj_clib.c:414)
==18864== by 0x54C9AE7: luaopen_ffi (lib_ffi.c:861)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 73 bytes in 3 blocks are definitely lost in loss record 2,028 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 80 bytes in 1 blocks are definitely lost in loss record 2,045 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18864== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18864== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 80 bytes in 1 blocks are definitely lost in loss record 2,046 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18864== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18864== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 80 bytes in 1 blocks are definitely lost in loss record 2,047 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x54685B7: newtab (lj_tab.c:107)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18864== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18864== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 80 bytes in 4 blocks are definitely lost in loss record 2,048 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18864== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 80 bytes in 4 blocks are definitely lost in loss record 2,049 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18864== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18864== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 91 bytes in 4 blocks are definitely lost in loss record 2,055 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 93 bytes in 4 blocks are definitely lost in loss record 2,057 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18864== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,071 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,072 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18864== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18864== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,073 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18864== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18864== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,074 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18864== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18864== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,075 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,076 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18864== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18864== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,077 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18864== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18864== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,078 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18864== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18864== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,079 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5479E94: const_gc (lj_parse.c:218)
==18864== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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:const_gc
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: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
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,080 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5479E94: const_gc (lj_parse.c:218)
==18864== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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:const_gc
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,081 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,082 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 1 blocks are definitely lost in loss record 2,083 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5461C20: lj_BC_TSETS (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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_BC_TSETS
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 3 blocks are definitely lost in loss record 2,084 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18864== by 0x54C423B: luaopen_package (lib_package.c:585)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 3 blocks are definitely lost in loss record 2,085 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18864== by 0x54C423B: luaopen_package (lib_package.c:585)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 6: nil typed value ==18864== 96 bytes in 3 blocks are definitely lost in loss record 2,086 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 112 bytes in 5 blocks are definitely lost in loss record 2,101 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C2956: luaopen_io (lib_io.c:534)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 112 bytes in 5 blocks are definitely lost in loss record 2,102 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C2956: luaopen_io (lib_io.c:534)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 119 bytes in 1 blocks are definitely lost in loss record 2,107 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18864== by 0x54C40DA: setpath (lib_package.c:545)
==18864== by 0x54C431B: luaopen_package (lib_package.c:598)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 124 bytes in 6 blocks are definitely lost in loss record 2,113 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18864== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 124 bytes in 6 blocks are definitely lost in loss record 2,114 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18864== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 126 bytes in 1 blocks are definitely lost in loss record 2,115 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547BB80: parse_body (lj_parse.c:1853)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
}
099-c-api.t TEST 6: nil typed value ==18864== 126 bytes in 1 blocks are definitely lost in loss record 2,116 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547BB80: parse_body (lj_parse.c:1853)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 128 bytes in 4 blocks are definitely lost in loss record 2,135 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18864== by 0x54C427A: luaopen_package (lib_package.c:590)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 128 bytes in 4 blocks are definitely lost in loss record 2,136 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 128 bytes in 4 blocks are definitely lost in loss record 2,137 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18864== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18864== by 0x54C427A: luaopen_package (lib_package.c:590)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 128 bytes in 4 blocks are definitely lost in loss record 2,138 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 130 bytes in 1 blocks are definitely lost in loss record 2,139 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547BB80: parse_body (lj_parse.c:1853)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 130 bytes in 1 blocks are definitely lost in loss record 2,140 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547BB80: parse_body (lj_parse.c:1853)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 134 bytes in 6 blocks are definitely lost in loss record 2,142 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 136 bytes in 6 blocks are definitely lost in loss record 2,143 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 140 (92 direct, 48 indirect) bytes in 1 blocks are definitely lost in loss record 2,145 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 145 (92 direct, 53 indirect) bytes in 1 blocks are definitely lost in loss record 2,154 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 154 bytes in 7 blocks are definitely lost in loss record 2,156 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 154 bytes in 7 blocks are definitely lost in loss record 2,157 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 160 bytes in 5 blocks are definitely lost in loss record 2,167 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 160 bytes in 5 blocks are definitely lost in loss record 2,168 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 172 bytes in 5 blocks are definitely lost in loss record 2,172 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18864== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18864== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 172 bytes in 5 blocks are definitely lost in loss record 2,173 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469C3B: func_newL (lj_func.c:122)
==18864== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18864== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18864== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 176 bytes in 2 blocks are definitely lost in loss record 2,179 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18864== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18864== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 176 bytes in 2 blocks are definitely lost in loss record 2,180 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18864== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18864== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 187 bytes in 1 blocks are definitely lost in loss record 2,183 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 187 bytes in 1 blocks are definitely lost in loss record 2,184 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,189 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,190 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,191 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18864== by 0x54761F8: lua_setfield (lj_api.c:904)
==18864== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,192 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18864== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,193 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18864== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,194 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18864== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18864== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,195 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,196 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,197 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18864== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18864== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,198 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,199 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,200 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18864== by 0x54761F8: lua_setfield (lj_api.c:904)
==18864== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,201 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18864== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,202 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18864== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,203 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18864== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18864== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,204 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,205 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,206 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18864== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18864== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,207 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18864== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18864== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,208 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18864== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x5479028: lex_opt (lj_parse.c:989)
==18864== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18864== by 0x547D53E: parse_args (lj_parse.c:1904)
==18864== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E47B: parse_local (lj_parse.c:2259)
==18864== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18864== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 1 blocks are definitely lost in loss record 2,209 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18864== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x5479028: lex_opt (lj_parse.c:989)
==18864== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18864== by 0x547D53E: parse_args (lj_parse.c:1904)
==18864== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 6 blocks are definitely lost in loss record 2,210 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 192 bytes in 6 blocks are definitely lost in loss record 2,211 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 205 bytes in 9 blocks are definitely lost in loss record 2,212 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C325D: luaopen_os (lib_os.c:289)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 207 bytes in 9 blocks are definitely lost in loss record 2,213 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C325D: luaopen_os (lib_os.c:289)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 208 bytes in 9 blocks are definitely lost in loss record 2,219 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 218 bytes in 1 blocks are definitely lost in loss record 2,221 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18864== by 0x54C40DA: setpath (lib_package.c:545)
==18864== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 218 bytes in 1 blocks are definitely lost in loss record 2,222 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18864== by 0x54C40DA: setpath (lib_package.c:545)
==18864== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 231 bytes in 1 blocks are definitely lost in loss record 2,228 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547BB80: parse_body (lj_parse.c:1853)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18864== by 0x547E269: parse_for (lj_parse.c:2575)
==18864== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18864== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 231 bytes in 1 blocks are definitely lost in loss record 2,229 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547BB80: parse_body (lj_parse.c:1853)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18864== by 0x547E269: parse_for (lj_parse.c:2575)
==18864== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18864== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 235 (200 direct, 35 indirect) bytes in 1 blocks are definitely lost in loss record 2,232 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18864== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18864== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 239 bytes in 11 blocks are definitely lost in loss record 2,233 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 239 bytes in 11 blocks are definitely lost in loss record 2,234 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 253 bytes in 11 blocks are definitely lost in loss record 2,238 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 256 bytes in 10 blocks are definitely lost in loss record 2,247 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 260 bytes in 12 blocks are definitely lost in loss record 2,248 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 261 bytes in 12 blocks are definitely lost in loss record 2,249 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 284 bytes in 11 blocks are definitely lost in loss record 2,252 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 288 bytes in 9 blocks are definitely lost in loss record 2,254 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 288 bytes in 9 blocks are definitely lost in loss record 2,255 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 352 bytes in 11 blocks are definitely lost in loss record 2,266 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C2956: luaopen_io (lib_io.c:534)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 352 bytes in 11 blocks are definitely lost in loss record 2,267 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C325D: luaopen_os (lib_os.c:289)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 352 bytes in 11 blocks are definitely lost in loss record 2,268 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C2956: luaopen_io (lib_io.c:534)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 352 bytes in 11 blocks are definitely lost in loss record 2,269 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C325D: luaopen_os (lib_os.c:289)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 360 bytes in 15 blocks are definitely lost in loss record 2,275 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A03F: func_finduv (lj_func.c:52)
==18864== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18864== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18864== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 360 bytes in 15 blocks are definitely lost in loss record 2,276 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x546A03F: func_finduv (lj_func.c:52)
==18864== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18864== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18864== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 367 bytes in 1 blocks are definitely lost in loss record 2,277 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547BB80: parse_body (lj_parse.c:1853)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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: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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,284 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18864== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,285 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18864== by 0x54761F8: lua_setfield (lj_api.c:904)
==18864== by 0x54C439D: luaopen_package (lib_package.c:604)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,286 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,287 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C2956: luaopen_io (lib_io.c:534)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,288 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C325D: luaopen_os (lib_os.c:289)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,289 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,290 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,291 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,292 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,293 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18864== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,294 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18864== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18864== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,295 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18864== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18864== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,296 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18864== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18864== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,297 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18864== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,298 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18864== by 0x54761F8: lua_setfield (lj_api.c:904)
==18864== by 0x54C439D: luaopen_package (lib_package.c:604)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,299 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,300 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C2956: luaopen_io (lib_io.c:534)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,301 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C325D: luaopen_os (lib_os.c:289)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,302 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,303 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,304 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,305 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,306 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18864== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,307 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,308 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 1 blocks are definitely lost in loss record 2,309 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18864== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547C72F: expr_simple (lj_parse.c:2012)
==18864== by 0x547C72F: expr_unop (lj_parse.c:2075)
==18864== by 0x547C72F: expr_binop (lj_parse.c:2088)
==18864== by 0x547C173: expr_binop (lj_parse.c:2096)
==18864== by 0x547CC21: expr (lj_parse.c:2107)
==18864== by 0x547CC21: expr_cond (lj_parse.c:2122)
==18864== by 0x547E8DD: parse_then (lj_parse.c:2587)
==18864== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18864== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18864== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18864== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18864== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18864== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18864== by 0x547E269: parse_for (lj_parse.c:2575)
==18864== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18864== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 12 blocks are definitely lost in loss record 2,310 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 384 bytes in 12 blocks are definitely lost in loss record 2,311 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 395 bytes in 1 blocks are definitely lost in loss record 2,312 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 402 bytes in 19 blocks are definitely lost in loss record 2,313 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18864== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18864== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 403 bytes in 19 blocks are definitely lost in loss record 2,314 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18864== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18864== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 416 bytes in 13 blocks are definitely lost in loss record 2,318 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 416 bytes in 13 blocks are definitely lost in loss record 2,319 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 444 bytes in 1 blocks are definitely lost in loss record 2,321 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18864== by 0x547BB80: parse_body (lj_parse.c:1853)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 463 bytes in 20 blocks are definitely lost in loss record 2,328 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18864== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18864== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 463 bytes in 20 blocks are definitely lost in loss record 2,329 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18864== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18864== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_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
}
099-c-api.t TEST 6: nil typed value ==18864== 506 bytes in 21 blocks are definitely lost in loss record 2,336 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 507 bytes in 24 blocks are definitely lost in loss record 2,337 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 509 bytes in 24 blocks are definitely lost in loss record 2,338 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 512 bytes in 16 blocks are definitely lost in loss record 2,343 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 512 bytes in 16 blocks are definitely lost in loss record 2,344 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 530 bytes in 22 blocks are definitely lost in loss record 2,349 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 544 bytes in 17 blocks are definitely lost in loss record 2,350 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 552 bytes in 4 blocks are definitely lost in loss record 2,351 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18864== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18864== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 552 bytes in 4 blocks are definitely lost in loss record 2,352 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18864== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18864== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18864== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 576 bytes in 18 blocks are definitely lost in loss record 2,355 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 621 bytes in 1 blocks are definitely lost in loss record 2,362 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18864== by 0x5477D01: lex_longstring (lj_lex.c:175)
==18864== by 0x547846C: lex_scan (lj_lex.c:338)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547A478: lex_str (lj_parse.c:1024)
==18864== by 0x547B6E2: expr_str (lj_parse.c:1630)
==18864== by 0x547B6E2: expr_field (lj_parse.c:1672)
==18864== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18864== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18864== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_longstring
fun:lex_scan
fun:lj_lex_next
fun:lex_str
fun:expr_str
fun:expr_field
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,381 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,382 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18864== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,383 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18864== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18864== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,384 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x54763AF: lua_rawset (lj_api.c:923)
==18864== by 0x510E46: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:106)
==18864== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18864== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,385 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18864== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18864== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,386 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18864== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,387 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18864== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18864== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,388 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18864== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18864== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,389 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x54763AF: lua_rawset (lj_api.c:923)
==18864== by 0x4CD099: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:351)
==18864== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18864== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,390 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18864== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18864== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18864== by 0x547E269: parse_for (lj_parse.c:2575)
==18864== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18864== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18864== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18864== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18864== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<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
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,391 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18864== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547DC23: parse_return (lj_parse.c:2308)
==18864== by 0x547DC23: parse_stmt (lj_parse.c:2649)
==18864== by 0x547DC23: parse_chunk (lj_parse.c:2682)
==18864== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18864== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18864== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18864== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18864== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18864== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18864== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18864== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18864== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18864== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18864== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18864== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18864== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18864== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18864== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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_return
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_return
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
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,392 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5469354: newhpart (lj_tab.c:64)
==18864== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18864== by 0x5469756: rehashtab (lj_tab.c:385)
==18864== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18864== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18864== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18864== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18864== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18864== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18864== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18864== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18864== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18864== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18864== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18864== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18864== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18864== by 0x547BB50: parse_body (lj_parse.c:1851)
==18864== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18864== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18864== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18864== by 0x547CBC5: expr (lj_parse.c:2107)
==18864== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18864== by 0x547E193: parse_return (lj_parse.c:2314)
==18864== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18864== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18864== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18864== by 0x548075A: cpparser (lj_load.c:41)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x548087A: lua_loadx (lj_load.c:58)
==18864== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18864== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18864== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<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_assignment
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,393 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 768 bytes in 1 blocks are definitely lost in loss record 2,394 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18864== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18864== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 848 bytes in 26 blocks are definitely lost in loss record 2,403 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 848 bytes in 26 blocks are definitely lost in loss record 2,404 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 1,000 bytes in 27 blocks are definitely lost in loss record 2,413 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18864== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 1,000 bytes in 27 blocks are definitely lost in loss record 2,414 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18864== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18864== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18864== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18864== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18864== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 6: nil typed value ==18864== 1,347 bytes in 54 blocks are definitely lost in loss record 2,433 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x54683C9: lj_str_new (lj_str.c:188)
==18864== by 0x54AFD29: lj_ctype_init (lj_ctype.c:611)
==18864== by 0x54C9901: luaopen_ffi (lib_ffi.c:850)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18864== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18864== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18864== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18864== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18864== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18864== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18864== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18864== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18864== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18864== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18864== by 0x41B70E: main (nginx.c:364)
==18864==
{
<insert_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 1,536 bytes in 1 blocks are definitely lost in loss record 2,439 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x546D862: cpluaopen (lj_state.c:149)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18864== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 1,536 bytes in 1 blocks are definitely lost in loss record 2,440 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18864== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18864== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18864== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18864== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18864== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 6: nil typed value ==18864== 1,536 bytes in 1 blocks are definitely lost in loss record 2,441 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x546D862: cpluaopen (lj_state.c:149)
==18864== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18864== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18864== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18864== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18864== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 6: nil typed value ==18864== 3,072 bytes in 1 blocks are definitely lost in loss record 2,463 of 2,484
==18864== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18864== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18864== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18864== by 0x5468618: newhpart (lj_tab.c:64)
==18864== by 0x5468618: newtab (lj_tab.c:143)
==18864== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18864== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18864== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18864== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18864== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18864== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18864== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18864== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18864== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18864== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18864== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18864== by 0x41B4C8: main (nginx.c:276)
==18864==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 6: nil typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 6: nil typed value - response_body - response is expected (repeated req 0, req 0) got: ''
expected: 'foo: rc=-5
'
099-c-api.t TEST 6: nil typed value - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 6: nil typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 6: nil typed value - response_body - response is expected (repeated req 1, req 0) got: ''
expected: 'foo: rc=-5
'
099-c-api.t TEST 6: nil typed value - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 6: nil typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 6: nil typed value - response_body - response is expected (repeated req 2, req 0) got: ''
expected: 'foo: rc=-5
'
099-c-api.t TEST 3: boolean typed value ==18877== Invalid read of size 8
==18877== at 0x4C42EE: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18877== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18877== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877== Address 0x827ed88 is 3 bytes after a block of size 5 alloc'd
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==18877== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==18877== by 0x41CEB8: ngx_pnalloc (ngx_palloc.c:130)
==18877== by 0x42E89F: ngx_conf_read_token (ngx_conf_file.c:724)
==18877== by 0x42E89F: ngx_conf_parse (ngx_conf_file.c:207)
==18877== by 0x496E24: ngx_stream_block (ngx_stream.c:168)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== Invalid read of size 8
==18877== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18877== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18877== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18877== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877== Address 0x58 is not stack'd, malloc'd or (recently) free'd
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_shmtx_lock
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877==
==18877== Process terminating with default action of signal 11 (SIGSEGV)
==18877== Access not within mapped region at address 0x58
==18877== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18877== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18877== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18877== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877== If you believe this happened as a result of a stack
==18877== overflow in your program's main thread (unlikely but
==18877== possible), you can try to increase the size of the
==18877== main thread stack using the --main-stacksize= flag.
==18877== The main thread stack size used in this run was 8388608.
==18877== 16 bytes in 1 blocks are definitely lost in loss record 351 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x54B1D5F: lj_cdata_new (lj_cdata.h:45)
==18877== by 0x54B1D5F: lj_cconv_tv_ct (lj_cconv.c:411)
==18877== by 0x54B3B9E: ccall_get_results (lj_ccall.c:1116)
==18877== by 0x54B3B9E: lj_ccall_func (lj_ccall.c:1143)
==18877== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_cconv_tv_ct
fun:ccall_get_results
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 18 bytes in 1 blocks are definitely lost in loss record 353 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18877== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18877== by 0x547E269: parse_for (lj_parse.c:2575)
==18877== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18877== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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: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
}
099-c-api.t TEST 3: boolean typed value ==18877== 18 bytes in 1 blocks are definitely lost in loss record 354 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547BA59: parse_params (lj_parse.c:1811)
==18877== by 0x547BA59: parse_body (lj_parse.c:1847)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 18 bytes in 1 blocks are definitely lost in loss record 355 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x4CBAC1: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:514)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18877== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18877== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_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_socket_tcp_connect
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 18 bytes in 1 blocks are definitely lost in loss record 356 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18877== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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: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_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
}
099-c-api.t TEST 3: boolean typed value ==18877== 18 bytes in 1 blocks are definitely lost in loss record 357 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54C99B4: ffi_finalizer (lib_ffi.c:831)
==18877== by 0x54C99B4: luaopen_ffi (lib_ffi.c:852)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 18 bytes in 1 blocks are definitely lost in loss record 358 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18877== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18877== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18877== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18877== by 0x54B9F5F: cp_decl_spec (lj_cparse.c:1480)
==18877== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18877== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18877== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18877== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18877== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18877== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18877== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 361 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 362 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18877== by 0x54BE439: luaopen_base (lib_base.c:658)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 363 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x504E1F: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:22)
==18877== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18877== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 364 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x511FFB: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:55)
==18877== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18877== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 365 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x512287: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:34)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 366 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 367 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18877== by 0x54BE439: luaopen_base (lib_base.c:658)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 368 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B3A17: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1947)
==18877== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18877== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 369 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D63CE: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==18877== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18877== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 370 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D6680: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 371 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478BD6: lex_string (lj_lex.c:280)
==18877== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547CC68: expr_bracket (lj_parse.c:1679)
==18877== by 0x547D6BF: expr_primary (lj_parse.c:1952)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18877== by 0x547E269: parse_for (lj_parse.c:2575)
==18877== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18877== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 19 bytes in 1 blocks are definitely lost in loss record 372 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18877== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 384 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18877== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 385 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18877== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 386 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 387 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 388 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 389 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 390 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x505475: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:284)
==18877== by 0x505475: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 391 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x504649: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:608)
==18877== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18877== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 392 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x504691: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:614)
==18877== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18877== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 393 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5057E7: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:131)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 394 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5066C2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:86)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 395 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4F51C1: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3234)
==18877== by 0x4F51C1: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18877== by 0x4F51C1: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51C1: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51C1: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 396 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50E60E: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:48)
==18877== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18877== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 397 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D2A1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:322)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 398 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D2E9: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:328)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 399 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D331: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:334)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 400 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x5479028: lex_opt (lj_parse.c:989)
==18877== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18877== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18877== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 401 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x5480768: cpparser (lj_load.c:42)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 402 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x510D47: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:83)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 403 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x512263: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:31)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 404 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18877== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 405 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18877== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 406 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 407 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 408 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 409 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 410 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x4BD662: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2890)
==18877== by 0x4BD662: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18877== by 0x4BD662: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD662: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD662: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 411 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A4103: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:300)
==18877== by 0x4A4103: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 412 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AB7D7: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==18877== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18877== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 413 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A7FFD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 414 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AA022: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 415 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B9D9F: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2098)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 416 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x5480768: cpparser (lj_load.c:42)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18877== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18877== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 417 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A8DCE: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==18877== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18877== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 418 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x5479028: lex_opt (lj_parse.c:989)
==18877== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18877== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18877== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 419 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x5480768: cpparser (lj_load.c:42)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 420 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D3E30: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 421 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D665C: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 422 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x5479028: lex_opt (lj_parse.c:989)
==18877== by 0x547DEE0: parse_for_iter (lj_parse.c:2538)
==18877== by 0x547DEE0: parse_for (lj_parse.c:2575)
==18877== by 0x547DEE0: parse_stmt (lj_parse.c:2636)
==18877== by 0x547DEE0: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 423 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x5480768: cpparser (lj_load.c:42)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 424 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x5479028: lex_opt (lj_parse.c:989)
==18877== by 0x547DD8E: parse_local (lj_parse.c:2257)
==18877== by 0x547DD8E: parse_stmt (lj_parse.c:2646)
==18877== by 0x547DD8E: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 425 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x5480768: cpparser (lj_load.c:42)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 426 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18877== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18877== by 0x4BDF66: ngx_http_lua_cache_store_code (ngx_http_lua_cache.c:125)
==18877== by 0x4BE03A: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:187)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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_cache_store_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 427 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x5480768: cpparser (lj_load.c:42)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 20 bytes in 1 blocks are definitely lost in loss record 428 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18877== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18877== by 0x4F91CE: ngx_stream_lua_cache_store_code (ngx_stream_lua_cache.c:122)
==18877== by 0x4F92A2: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:184)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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_stream_lua_cache_store_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 441 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 442 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x504E61: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:28)
==18877== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18877== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 443 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x504EC2: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:37)
==18877== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18877== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 444 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x505456: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:281)
==18877== by 0x505456: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 445 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x505494: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:287)
==18877== by 0x505494: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 446 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5054D2: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:293)
==18877== by 0x5054D2: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 447 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x50D480: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:365)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 448 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50227A: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:39)
==18877== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18877== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 449 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50229E: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:42)
==18877== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18877== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 450 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B7F6D: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==18877== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18877== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 451 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B7FCE: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==18877== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18877== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 452 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A40E4: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:297)
==18877== by 0x4A40E4: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 453 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A4122: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:303)
==18877== by 0x4A4122: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 454 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A4160: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:309)
==18877== by 0x4A4160: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 455 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A7889: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:36)
==18877== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18877== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 456 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4ACFF9: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:943)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 457 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CCD32: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 458 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D5252: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==18877== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18877== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 459 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D5276: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:43)
==18877== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18877== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 460 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18877== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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_return
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 461 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18877== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18877== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18877== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 462 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x5479028: lex_opt (lj_parse.c:989)
==18877== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18877== by 0x547D53E: parse_args (lj_parse.c:1904)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18877== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lex_match
fun:parse_args
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 463 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 21 bytes in 1 blocks are definitely lost in loss record 464 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18877== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18877== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18877== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18877== by 0x54B7DE8: cp_opt (lj_cparse.c:393)
==18877== by 0x54B807C: cp_declarator (lj_cparse.c:1643)
==18877== by 0x54B9988: cp_decl_struct (lj_cparse.c:1336)
==18877== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18877== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18877== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18877== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_opt
fun:cp_declarator
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 469 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C431B: luaopen_package (lib_package.c:598)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 470 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C2939: luaopen_io (lib_io.c:533)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 471 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18877== by 0x54C2972: luaopen_io (lib_io.c:535)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 472 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 473 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 474 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 475 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x504E40: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:25)
==18877== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18877== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 476 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x504EA3: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:34)
==18877== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18877== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 477 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x505418: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:275)
==18877== by 0x505418: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 478 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x505437: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:278)
==18877== by 0x505437: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 479 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5054F1: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:296)
==18877== by 0x5054F1: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 480 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x505853: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:140)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 481 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x507343: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:115)
==18877== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18877== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 482 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5122AB: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:37)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 483 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C431B: luaopen_package (lib_package.c:598)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 484 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C2939: luaopen_io (lib_io.c:533)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 485 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18877== by 0x54C2972: luaopen_io (lib_io.c:535)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 486 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 487 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 488 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 489 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B7F4C: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==18877== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18877== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 490 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B7FAF: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==18877== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18877== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 491 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A40A6: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:291)
==18877== by 0x4A40A6: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 492 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A40C5: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:294)
==18877== by 0x4A40C5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 493 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A417F: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:312)
==18877== by 0x4A417F: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 494 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A8069: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 495 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CE1F9: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:135)
==18877== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18877== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 496 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D66A4: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 22 bytes in 1 blocks are definitely lost in loss record 497 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18877== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18877== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18877== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18877== by 0x54B7DE8: cp_opt (lj_cparse.c:393)
==18877== by 0x54B807C: cp_declarator (lj_cparse.c:1643)
==18877== by 0x54BA4F6: cp_decl_func (lj_cparse.c:1596)
==18877== by 0x54B82EA: cp_declarator (lj_cparse.c:1690)
==18877== by 0x54BAA6C: cp_decl_multi (lj_cparse.c:1801)
==18877== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18877== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_opt
fun:cp_declarator
fun:cp_decl_func
fun:cp_declarator
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 504 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C4343: luaopen_package (lib_package.c:600)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 505 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C4370: luaopen_package (lib_package.c:602)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 506 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18877== by 0x54C2994: luaopen_io (lib_io.c:536)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 507 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18877== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 508 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5053F9: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:272)
==18877== by 0x5053F9: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 509 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5054B3: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:290)
==18877== by 0x5054B3: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 510 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50198D: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:371)
==18877== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18877== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18877== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 511 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D3C1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:346)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 512 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D514: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:383)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 513 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5120F2: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:36)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 514 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x512166: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:47)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 515 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5122BD: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:39)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 516 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x502B05: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:266)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 517 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C4343: luaopen_package (lib_package.c:600)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 518 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C4370: luaopen_package (lib_package.c:602)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 519 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18877== by 0x54C2994: luaopen_io (lib_io.c:536)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 520 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18877== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 521 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A4087: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:288)
==18877== by 0x4A4087: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 522 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A4141: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:306)
==18877== by 0x4A4141: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 523 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CD0C5: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:372)
==18877== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 524 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4ACFB1: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:936)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 525 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4C427E: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==18877== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18877== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 526 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CCA87: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:208)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 23 bytes in 1 blocks are definitely lost in loss record 527 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CFC97: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:265)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,130 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,131 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18877== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18877== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,132 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C439D: luaopen_package (lib_package.c:604)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,133 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54755CB: lua_getfield (lj_api.c:738)
==18877== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18877== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,134 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x505733: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:116)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,135 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50577B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:122)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,136 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50669E: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:83)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,137 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D379: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:340)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,138 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,139 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x501586: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:261)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,140 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x51223F: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:28)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,141 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x502ABD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:260)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,142 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x502AE1: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:263)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,143 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x502B29: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:269)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,144 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x502BA2: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:281)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,145 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,146 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18877== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18877== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,147 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54C439D: luaopen_package (lib_package.c:604)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,148 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54755CB: lua_getfield (lj_api.c:738)
==18877== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18877== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,149 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B81FF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,150 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A7F49: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,151 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A7F91: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,152 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A9FFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,153 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,154 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CCC0F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:234)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,155 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D6638: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,156 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CFC4F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:259)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,157 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CFC73: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:262)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,158 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CFCBB: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:268)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,159 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CFD34: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 24 bytes in 1 blocks are definitely lost in loss record 1,160 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478BD6: lex_string (lj_lex.c:280)
==18877== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x5479028: lex_opt (lj_parse.c:989)
==18877== by 0x547CBF7: expr_list (lj_parse.c:1875)
==18877== by 0x547D522: parse_args (lj_parse.c:1900)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18877== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,168 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18877== by 0x54C4389: luaopen_package (lib_package.c:603)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,169 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18877== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,170 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x504E82: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:31)
==18877== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18877== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,171 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5066E6: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:90)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,172 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x506D0B: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:34)
==18877== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18877== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,173 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D30D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:331)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,174 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D355: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:337)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,175 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D42D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:355)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,176 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x502B5A: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:275)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,177 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x502B7E: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:278)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,178 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x502BC6: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:284)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,179 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x5474F06: luaL_newmetatable (lj_api.c:651)
==18877== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,180 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18877== by 0x54C4389: luaopen_package (lib_package.c:603)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,181 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18877== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,182 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B7FF0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,183 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B802E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,184 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B7F8E: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:31)
==18877== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18877== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,185 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AA046: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,186 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CFCEC: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:274)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,187 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CFD10: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 25 bytes in 1 blocks are definitely lost in loss record 1,188 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478BD6: lex_string (lj_lex.c:280)
==18877== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547D511: parse_args (lj_parse.c:1896)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18877== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,191 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54755CB: lua_getfield (lj_api.c:738)
==18877== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18877== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,192 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54C432F: luaopen_package (lib_package.c:599)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,193 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18877== by 0x54C1510: luaopen_table (lib_table.c:303)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,194 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50579F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:125)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,195 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50582F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:137)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,196 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x506752: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:101)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,197 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x507497: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:73)
==18877== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18877== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,198 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D2C5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:325)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,199 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D3E5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:349)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,200 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x501739: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:305)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,201 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x512178: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:48)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,202 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54C432F: luaopen_package (lib_package.c:599)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,203 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18877== by 0x54C1510: luaopen_table (lib_table.c:303)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,204 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B800F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,205 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B804D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,206 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B80C9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,207 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B80E8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,208 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8145: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,209 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B846B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,210 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A7FB5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:215)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,211 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A8045: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,212 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A80B1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,213 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AA0B2: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:101)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,214 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D4A3C: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==18877== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18877== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,215 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AF598: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,216 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AF670: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:58)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,217 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CCE9D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:303)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,218 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D654C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==18877== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18877== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 26 bytes in 1 blocks are definitely lost in loss record 1,219 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18877== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18877== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18877== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18877== by 0x54B9BDC: cp_decl_struct (lj_cparse.c:1387)
==18877== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18877== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18877== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18877== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,225 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4F514A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2659)
==18877== by 0x4F514A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F514A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F514A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,226 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x505757: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:119)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,227 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5065A2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:62)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,228 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5015F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:270)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,229 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18877== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18877== by 0x547E269: parse_for (lj_parse.c:2575)
==18877== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18877== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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: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: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
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,230 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B80AA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,231 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8183: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,232 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B81A2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:89)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,233 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B84E7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,234 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A7F6D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,235 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A9F02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,236 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AD044: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:954)
==18877== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,237 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D4439: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==18877== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,238 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A80FC: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==18877== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 27 bytes in 1 blocks are definitely lost in loss record 1,239 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CCC57: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,243 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18877== by 0x54C1533: luaopen_table (lib_table.c:304)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,244 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18877== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,245 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4F5114: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2193)
==18877== by 0x4F5114: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5114: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,246 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50580B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:134)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,247 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5065EA: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:68)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,248 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50670A: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:94)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,249 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x510D8A: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:90)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,250 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18877== by 0x54C1533: luaopen_table (lib_table.c:304)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,251 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18877== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,252 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4BD61A: ngx_http_lua_init_globals (ngx_http_lua_util.c:698)
==18877== by 0x4BD61A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD61A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck: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_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,253 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B806C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,254 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8164: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:83)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,255 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A8021: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,256 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A808D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,257 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A9F4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,258 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A9F6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,259 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A78AD: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==18877== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18877== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,260 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AD0B0: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:963)
==18877== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,261 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AF694: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,262 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AF6B8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,263 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A8699: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==18877== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,264 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CCC7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:243)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 28 bytes in 1 blocks are definitely lost in loss record 1,265 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D3E73: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,270 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5015AA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:264)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,271 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x501685: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:288)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,272 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x5017A5: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:314)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,273 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B808B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,274 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B821E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:102)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,275 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B84C8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,276 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AB747: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==18877== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18877== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,277 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AD020: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:951)
==18877== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,278 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AD068: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:957)
==18877== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,279 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B024D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==18877== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,280 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CCC33: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:237)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 29 bytes in 1 blocks are definitely lost in loss record 1,281 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CCF2D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:315)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,285 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x506632: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:74)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,286 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x506656: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:77)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,287 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x50D409: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:352)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,288 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x51201F: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:58)
==18877== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18877== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,289 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x512043: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:61)
==18877== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18877== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,290 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x512111: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:39)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,291 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8107: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:74)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,292 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B81C1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,293 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B823D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:105)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,294 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B844C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,295 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A9F92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,296 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A9FB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,297 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A9FDA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,298 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A6ACA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1430)
==18877== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18877== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,299 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B0295: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==18877== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,300 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AF5E0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,301 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AF604: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:49)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,302 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AF628: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,303 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4AF64C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:55)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,304 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D63F2: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==18877== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18877== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 30 bytes in 1 blocks are definitely lost in loss record 1,305 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D64E5: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==18877== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18877== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 31 bytes in 1 blocks are definitely lost in loss record 1,308 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x501781: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:311)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 31 bytes in 1 blocks are definitely lost in loss record 1,309 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8126: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 31 bytes in 1 blocks are definitely lost in loss record 1,310 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B82F7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 31 bytes in 1 blocks are definitely lost in loss record 1,311 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B83B1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:143)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 31 bytes in 1 blocks are definitely lost in loss record 1,312 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B83D0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 31 bytes in 1 blocks are definitely lost in loss record 1,313 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B0271: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==18877== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 31 bytes in 1 blocks are definitely lost in loss record 1,314 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4CCF09: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:312)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,415 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x546D874: cpluaopen (lj_state.c:150)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18877== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,416 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18877== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,417 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,418 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18877== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,419 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18877== by 0x54C4211: luaopen_package (lib_package.c:583)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,420 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18877== by 0x54C423B: luaopen_package (lib_package.c:585)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,421 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54C4389: luaopen_package (lib_package.c:603)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,422 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,423 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18877== by 0x54C1510: luaopen_table (lib_table.c:303)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,424 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18877== by 0x54C1533: luaopen_table (lib_table.c:304)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,425 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,426 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C2956: luaopen_io (lib_io.c:534)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,427 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C325D: luaopen_os (lib_os.c:289)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,428 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,429 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,430 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,431 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,432 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,433 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18877== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,434 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18877== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,435 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,436 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,437 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,438 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18877== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,439 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18877== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,440 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18877== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,441 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18877== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,442 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18877== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,443 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18877== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,444 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4F5138: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2658)
==18877== by 0x4F5138: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5138: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5138: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,445 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x505503: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:259)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,446 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x505527: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:262)
==18877== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18877== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,447 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x504613: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:604)
==18877== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18877== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,448 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x504637: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:607)
==18877== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18877== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,449 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50465B: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:610)
==18877== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18877== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,450 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50467F: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:613)
==18877== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18877== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,451 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x505721: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:115)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,452 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x505745: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:118)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,453 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x505769: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:121)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,454 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50578D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:124)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,455 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5057B1: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:127)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,456 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5057D5: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:130)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,457 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5057F9: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:133)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,458 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50581D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:136)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,459 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x505841: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:139)
==18877== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18877== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,460 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x506590: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:61)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,461 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5065B4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:64)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,462 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5065D8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:67)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,463 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5065FC: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:70)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,464 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x506620: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:73)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,465 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x506644: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:76)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,466 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x506668: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:79)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,467 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50668C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:82)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,468 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5066B0: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:85)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,469 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5066D4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:89)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,470 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5066F8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:93)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,471 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50671C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:96)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,472 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x506740: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:100)
==18877== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18877== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,473 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x506CD5: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:28)
==18877== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18877== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,474 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x506CF9: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:33)
==18877== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18877== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,475 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x507331: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:114)
==18877== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18877== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,476 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x507485: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:72)
==18877== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18877== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,477 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18877== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18877== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,478 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50A86C: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1922)
==18877== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18877== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,479 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50A890: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1925)
==18877== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18877== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,480 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50A8B4: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1928)
==18877== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18877== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,481 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50A8D8: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1931)
==18877== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18877== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,482 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50A8FC: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1934)
==18877== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18877== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,483 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18877== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18877== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,484 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50197B: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:370)
==18877== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18877== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18877== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,485 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50E595: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:39)
==18877== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18877== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,486 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18877== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18877== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,487 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50E5B9: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:42)
==18877== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18877== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,488 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50E5DD: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:44)
==18877== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18877== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,489 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,490 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,491 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D28F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:321)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,492 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D2B3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:324)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,493 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D2D7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:327)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,494 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D2FB: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:330)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,495 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D31F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:333)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,496 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D343: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:336)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,497 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D367: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:339)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,498 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D38B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:342)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,499 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D3AF: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:345)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,500 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D3D3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:348)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,501 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D3F7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:351)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,502 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50D41B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:354)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,503 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,504 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5013EC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:213)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,505 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,506 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501574: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:260)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,507 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501598: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:263)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,508 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5015BC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:266)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,509 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5015E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:269)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,510 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,511 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50164F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:282)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,512 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501673: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:287)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,513 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501697: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:292)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,514 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5016BB: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:295)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,515 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5016DF: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:298)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,516 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501703: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:301)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,517 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501727: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:304)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,518 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50174B: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:307)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,519 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50176F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:310)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,520 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501793: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:313)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,521 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,522 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501802: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:324)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,523 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,524 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501852: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:332)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,525 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,526 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5018A2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:340)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,527 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,528 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5018F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:348)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,529 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,530 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x501942: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:358)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,531 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x510D35: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:82)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,532 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,533 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x510D78: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:89)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,534 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x510D9C: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:92)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,535 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x510DC0: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:95)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,536 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x510DE4: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:98)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,537 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x510E08: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:101)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,538 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,539 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18877== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18877== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,540 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x502244: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:35)
==18877== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18877== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,541 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x502268: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:38)
==18877== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18877== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,542 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x50228C: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:41)
==18877== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18877== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,543 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18877== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18877== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,544 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x511FE9: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:54)
==18877== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18877== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,545 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x51200D: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:57)
==18877== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18877== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,546 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x512031: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:60)
==18877== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18877== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,547 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,548 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x5120E0: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:35)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,549 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x512130: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:42)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,550 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x512142: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:44)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,551 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x512154: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:45)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,552 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,553 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x51222D: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:27)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,554 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x512251: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:30)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,555 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x512275: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:33)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,556 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x512299: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:36)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,557 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18877== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18877== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,558 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x512473: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:28)
==18877== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18877== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,559 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x512497: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:30)
==18877== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18877== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,560 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,561 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x502B48: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:274)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,562 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x502B6C: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:277)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,563 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x502B90: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:280)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,564 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x502BB4: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:283)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,565 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547E9AB: lj_parse (lj_parse.c:2701)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,566 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54678D9: buf_grow (lj_buf.c:25)
==18877== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18877== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18877== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18877== by 0x54615CB: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18877== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,567 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x546D874: cpluaopen (lj_state.c:150)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18877== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,568 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18877== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,569 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,570 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18877== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,571 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18877== by 0x54C4211: luaopen_package (lib_package.c:583)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,572 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18877== by 0x54C423B: luaopen_package (lib_package.c:585)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,573 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54C4389: luaopen_package (lib_package.c:603)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,574 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,575 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18877== by 0x54C1510: luaopen_table (lib_table.c:303)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,576 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18877== by 0x54C1533: luaopen_table (lib_table.c:304)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,577 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,578 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C2956: luaopen_io (lib_io.c:534)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,579 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C325D: luaopen_os (lib_os.c:289)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,580 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,581 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,582 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,583 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,584 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,585 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18877== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,586 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18877== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,587 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,588 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,589 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,590 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18877== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,591 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18877== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,592 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18877== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,593 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18877== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,594 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18877== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,595 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18877== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,596 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4BD63E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:714)
==18877== by 0x4BD63E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD63E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD63E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,597 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD674: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2891)
==18877== by 0x4BD674: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18877== by 0x4BD674: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD674: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD674: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,598 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18877== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18877== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,599 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4BD698: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2895)
==18877== by 0x4BD698: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18877== by 0x4BD698: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD698: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD698: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,600 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4BD6BC: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2898)
==18877== by 0x4BD6BC: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18877== by 0x4BD6BC: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6BC: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6BC: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,601 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B825C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,602 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A4191: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:275)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,603 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A41B5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:278)
==18877== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18877== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,604 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AB735: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==18877== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18877== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,605 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AB759: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==18877== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18877== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,606 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AB77D: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==18877== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18877== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,607 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AB7A1: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==18877== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18877== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,608 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AB7C5: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==18877== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18877== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,609 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A7F37: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,610 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A7F7F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,611 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A7FA3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,612 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A7FC7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,613 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A7FEB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,614 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A800F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,615 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A8033: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,616 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A8057: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,617 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A807B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,618 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A809F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,619 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A80C3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,620 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4A80D5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,621 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A9EF0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,622 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A9F14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,623 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A9F38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,624 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A9F5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,625 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A9F80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,626 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A9FA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,627 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A9FC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,628 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A9FEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,629 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AA010: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,630 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AA034: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,631 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AA058: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,632 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AA07C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,633 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AA0A0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==18877== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18877== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,634 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A7853: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==18877== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18877== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,635 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A7877: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==18877== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18877== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,636 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A789B: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==18877== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18877== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,637 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A78BF: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==18877== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18877== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,638 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A78E3: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==18877== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18877== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,639 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18877== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18877== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,640 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A6A94: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1426)
==18877== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18877== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,641 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A6AB8: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1429)
==18877== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18877== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,642 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CE1E7: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:134)
==18877== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18877== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,643 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D4A2A: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==18877== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18877== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,644 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18877== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18877== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,645 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4B3963: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1932)
==18877== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18877== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,646 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4B3987: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1935)
==18877== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18877== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,647 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4B39AB: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1938)
==18877== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18877== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,648 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4B39CF: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1941)
==18877== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18877== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,649 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4B39F3: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1944)
==18877== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18877== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,650 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,651 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AD00E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:950)
==18877== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,652 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AD032: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:953)
==18877== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,653 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AD056: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:956)
==18877== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,654 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AD07A: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:959)
==18877== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,655 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AD09E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:962)
==18877== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,656 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF9E6: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==18877== by 0x4B9D5D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2090)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,657 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4B0217: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:367)
==18877== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,658 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4B023B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:370)
==18877== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,659 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4B025F: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:373)
==18877== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,660 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4B0283: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:376)
==18877== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,661 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF586: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,662 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF5AA: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,663 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF5CE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,664 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF5F2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,665 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF616: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,666 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF63A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,667 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF65E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,668 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF682: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,669 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4AF6A6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==18877== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,670 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CD0B3: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:371)
==18877== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,671 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D4403: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==18877== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,672 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D4427: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==18877== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,673 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A80EA: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==18877== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,674 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A8687: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==18877== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,675 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4ACF38: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:927)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,676 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,677 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4ACF5C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:930)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,678 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4ACF80: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:932)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,679 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,680 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4ACFD5: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:940)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,681 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18877== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18877== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,682 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4A8D55: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==18877== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18877== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,683 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18877== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18877== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,684 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A8D79: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==18877== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18877== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,685 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A8D9D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==18877== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18877== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,686 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4C426C: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:409)
==18877== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18877== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,687 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,688 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCA56: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:205)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,689 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,690 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCBFD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,691 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCC21: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:236)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,692 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCC45: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:239)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,693 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCC69: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:242)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,694 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,695 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCCD8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:255)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,696 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCCFC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:258)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,697 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCD20: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:261)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,698 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCD44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:264)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,699 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCD68: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:267)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,700 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,701 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCDD7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,702 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCDFB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:290)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,703 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCE1F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:293)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,704 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCE43: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:296)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,705 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCE67: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:299)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,706 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCE8B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:302)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,707 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCEAF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:305)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,708 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCED3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,709 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCEF7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:311)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,710 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCF1B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,711 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,712 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCF8A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:325)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,713 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,714 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CCFDA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,715 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,716 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CD02A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:341)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,717 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,718 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CD07A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:349)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,719 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D3E1E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,720 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,721 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D3E61: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:87)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,722 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D3E85: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:90)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,723 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D3EA9: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:93)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,724 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D3ECD: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:96)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,725 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D3EF1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:99)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,726 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,727 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D3F60: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:110)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,728 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18877== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18877== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,729 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D521C: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==18877== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18877== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,730 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D5240: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==18877== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18877== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,731 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D5264: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==18877== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18877== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,732 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18877== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18877== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,733 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D63BC: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:56)
==18877== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18877== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,734 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D63E0: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:59)
==18877== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18877== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,735 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D6404: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:62)
==18877== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18877== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,736 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18877== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18877== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,737 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D64B4: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==18877== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18877== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,738 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D6504: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:42)
==18877== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18877== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,739 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D6516: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==18877== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18877== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,740 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4D6528: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==18877== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18877== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,741 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,742 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D6626: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:27)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,743 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D664A: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,744 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D666E: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,745 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4D6692: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,746 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18877== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18877== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,747 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A862F: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==18877== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18877== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,748 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A8653: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==18877== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18877== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,749 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,750 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CFCDA: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:273)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,751 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CFCFE: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:276)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,752 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CFD22: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:279)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,753 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4CFD46: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:282)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,754 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54790B8: fs_init (lj_parse.c:1615)
==18877== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,755 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54790B8: fs_init (lj_parse.c:1615)
==18877== by 0x547BA28: parse_body (lj_parse.c:1844)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18877== by 0x547E269: parse_for (lj_parse.c:2575)
==18877== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18877== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,756 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54790B8: fs_init (lj_parse.c:1615)
==18877== by 0x547BA28: parse_body (lj_parse.c:1844)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,757 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54790B8: fs_init (lj_parse.c:1615)
==18877== by 0x547BA28: parse_body (lj_parse.c:1844)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,758 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54790B8: fs_init (lj_parse.c:1615)
==18877== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,759 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54790B8: fs_init (lj_parse.c:1615)
==18877== by 0x547BA28: parse_body (lj_parse.c:1844)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_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: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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,760 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18877== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18877== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18877== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,761 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18877== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18877== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,762 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54790B8: fs_init (lj_parse.c:1615)
==18877== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,763 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54790B8: fs_init (lj_parse.c:1615)
==18877== by 0x547BA28: parse_body (lj_parse.c:1844)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,764 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F5791: ngx_stream_lua_create_new_globals_table (ngx_stream_lua_util.c:1869)
==18877== by 0x4F583C: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:499)
==18877== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_create_new_globals_table
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,765 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18877== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,766 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,767 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 1 blocks are definitely lost in loss record 1,768 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5468659: newtab (lj_tab.c:122)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 32 bytes in 2 blocks are definitely lost in loss record 1,769 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x54B651E: lj_cdata_new (lj_cdata.h:45)
==18877== by 0x54B651E: lj_clib_index (lj_clib.c:372)
==18877== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 33 bytes in 1 blocks are definitely lost in loss record 1,772 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8354: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 33 bytes in 1 blocks are definitely lost in loss record 1,773 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B83EF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 33 bytes in 1 blocks are definitely lost in loss record 1,774 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8544: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 34 bytes in 1 blocks are definitely lost in loss record 1,775 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18877== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 34 bytes in 1 blocks are definitely lost in loss record 1,776 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18877== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 34 bytes in 1 blocks are definitely lost in loss record 1,777 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8316: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 34 bytes in 1 blocks are definitely lost in loss record 1,778 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8373: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 35 bytes in 1 blocks are definitely lost in loss record 1,780 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 35 bytes in 1 blocks are definitely lost in loss record 1,781 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x4F502C: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2160)
==18877== by 0x4F502C: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F502C: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 35 bytes in 1 blocks are definitely lost in loss record 1,782 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 35 bytes in 1 blocks are definitely lost in loss record 1,783 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18877== by 0x4BD532: ngx_http_lua_init_registry (ngx_http_lua_util.c:665)
==18877== by 0x4BD532: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD532: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 36 bytes in 2 blocks are definitely lost in loss record 1,788 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478BD6: lex_string (lj_lex.c:280)
==18877== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x5479028: lex_opt (lj_parse.c:989)
==18877== by 0x547CBF7: expr_list (lj_parse.c:1875)
==18877== by 0x547D522: parse_args (lj_parse.c:1900)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18877== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18877== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 37 bytes in 1 blocks are definitely lost in loss record 1,790 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B827B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 37 bytes in 1 blocks are definitely lost in loss record 1,791 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B842D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 37 bytes in 1 blocks are definitely lost in loss record 1,792 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8582: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 38 bytes in 1 blocks are definitely lost in loss record 1,795 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B829A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 38 bytes in 1 blocks are definitely lost in loss record 1,796 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8392: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 38 bytes in 1 blocks are definitely lost in loss record 1,797 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B848A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 39 bytes in 1 blocks are definitely lost in loss record 1,800 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B82D8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 39 bytes in 1 blocks are definitely lost in loss record 1,801 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B84A9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 1 blocks are definitely lost in loss record 1,822 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18877== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18877== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18877== by 0x54C2972: luaopen_io (lib_io.c:535)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 1 blocks are definitely lost in loss record 1,823 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18877== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18877== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18877== by 0x54C2994: luaopen_io (lib_io.c:536)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 1 blocks are definitely lost in loss record 1,824 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18877== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18877== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18877== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 1 blocks are definitely lost in loss record 1,825 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18877== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18877== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18877== by 0x54C2972: luaopen_io (lib_io.c:535)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 1 blocks are definitely lost in loss record 1,826 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18877== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18877== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18877== by 0x54C2994: luaopen_io (lib_io.c:536)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 1 blocks are definitely lost in loss record 1,827 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18877== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18877== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18877== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 1 blocks are definitely lost in loss record 1,828 of 2,487
==18877== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469521: lj_tab_resize (lj_tab.c:266)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5469207: lj_tab_setinth (lj_tab.c:522)
==18877== by 0x547D0A8: expr_table (lj_parse.c:1744)
==18877== by 0x547C839: expr_simple (lj_parse.c:2002)
==18877== by 0x547C839: expr_unop (lj_parse.c:2075)
==18877== by 0x547C839: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 2 blocks are definitely lost in loss record 1,829 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18877== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 2 blocks are definitely lost in loss record 1,830 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 2 blocks are definitely lost in loss record 1,831 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18877== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 2 blocks are definitely lost in loss record 1,832 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18877== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 2 blocks are definitely lost in loss record 1,833 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 2 blocks are definitely lost in loss record 1,834 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478BD6: lex_string (lj_lex.c:280)
==18877== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547D511: parse_args (lj_parse.c:1896)
==18877== by 0x547D7B4: expr_primary (lj_parse.c:1959)
==18877== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18877== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 3: boolean typed value ==18877== 40 bytes in 2 blocks are definitely lost in loss record 1,835 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18877== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D522: parse_args (lj_parse.c:1900)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBEA: expr (lj_parse.c:2107)
==18877== by 0x547CBEA: expr_list (lj_parse.c:1877)
==18877== by 0x547D522: parse_args (lj_parse.c:1900)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18877== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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: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_args
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
}
099-c-api.t TEST 3: boolean typed value ==18877== 41 bytes in 1 blocks are definitely lost in loss record 1,839 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B81E0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 42 bytes in 1 blocks are definitely lost in loss record 1,840 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B85C0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:194)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 42 bytes in 2 blocks are definitely lost in loss record 1,841 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 42 bytes in 2 blocks are definitely lost in loss record 1,842 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 43 bytes in 1 blocks are definitely lost in loss record 1,846 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8506: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 43 bytes in 1 blocks are definitely lost in loss record 1,847 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B85A1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 44 bytes in 1 blocks are definitely lost in loss record 1,848 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x4B8525: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==18877== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18877== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 44 bytes in 2 blocks are definitely lost in loss record 1,849 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18877== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18877== by 0x547E269: parse_for (lj_parse.c:2575)
==18877== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18877== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 45 bytes in 2 blocks are definitely lost in loss record 1,854 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478BD6: lex_string (lj_lex.c:280)
==18877== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547D511: parse_args (lj_parse.c:1896)
==18877== by 0x547D7B4: expr_primary (lj_parse.c:1959)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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_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_return
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 47 bytes in 2 blocks are definitely lost in loss record 1,855 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18877== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 47 bytes in 2 blocks are definitely lost in loss record 1,856 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18877== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,905 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18877== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,906 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18877== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,907 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,908 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,909 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18877== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18877== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,910 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18877== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18877== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,911 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,912 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x54685B7: newtab (lj_tab.c:107)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50D492: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:368)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,913 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,914 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,915 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,916 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,917 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,918 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,919 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18877== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18877== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,920 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18877== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,921 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18877== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,922 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,923 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,924 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18877== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18877== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,925 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18877== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18877== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,926 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,927 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18877== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18877== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,928 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18877== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18877== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,929 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18877== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18877== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,930 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,931 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,932 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,933 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,934 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,935 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18877== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18877== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,936 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x54685B7: newtab (lj_tab.c:107)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x547D1C8: expr_table (lj_parse.c:1738)
==18877== by 0x547C839: expr_simple (lj_parse.c:2002)
==18877== by 0x547C839: expr_unop (lj_parse.c:2075)
==18877== by 0x547C839: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,937 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478BD6: lex_string (lj_lex.c:280)
==18877== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547D511: parse_args (lj_parse.c:1896)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18877== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18877== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18877== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18877== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,938 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18877== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18877== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18877== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,939 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18877== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18877== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,940 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18877== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18877== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,941 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18877== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,942 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54C9913: luaopen_ffi (lib_ffi.c:851)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,943 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x54C9962: ffi_finalizer (lib_ffi.c:828)
==18877== by 0x54C9962: luaopen_ffi (lib_ffi.c:852)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 48 bytes in 1 blocks are definitely lost in loss record 1,944 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18877== by 0x54B6373: lj_clib_index (lj_clib.c:331)
==18877== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 49 bytes in 2 blocks are definitely lost in loss record 1,946 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 51 bytes in 2 blocks are definitely lost in loss record 1,947 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18877== by 0x54C423B: luaopen_package (lib_package.c:585)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 51 bytes in 2 blocks are definitely lost in loss record 1,948 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54761BC: lua_setfield (lj_api.c:903)
==18877== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18877== by 0x54C423B: luaopen_package (lib_package.c:585)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 54 bytes in 1 blocks are definitely lost in loss record 1,952 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54755CB: lua_getfield (lj_api.c:738)
==18877== by 0x4F907A: ngx_stream_lua_cache_load_code (ngx_stream_lua_cache.c:49)
==18877== by 0x4F922F: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:145)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_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_stream_lua_cache_load_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 59 bytes in 3 blocks are definitely lost in loss record 1,970 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18877== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 3: boolean typed value ==18877== 64 bytes in 1 blocks are definitely lost in loss record 2,000 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18877== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18877== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,001 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x510E77: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:112)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 64 bytes in 1 blocks are definitely lost in loss record 2,002 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18877== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18877== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,003 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x4A7F5B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==18877== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18877== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 64 bytes in 1 blocks are definitely lost in loss record 2,004 of 2,487
==18877== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54678D9: buf_grow (lj_buf.c:25)
==18877== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18877== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18877== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18877== by 0x547530F: lua_concat (lj_api.c:699)
==18877== by 0x4CBADB: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:516)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18877== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18877== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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:ngx_http_lua_socket_tcp_connect
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 64 bytes in 2 blocks are definitely lost in loss record 2,005 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18877== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 64 bytes in 2 blocks are definitely lost in loss record 2,006 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18877== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 64 bytes in 2 blocks are definitely lost in loss record 2,007 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478BD6: lex_string (lj_lex.c:280)
==18877== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547D511: parse_args (lj_parse.c:1896)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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_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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 3: boolean typed value ==18877== 64 bytes in 2 blocks are definitely lost in loss record 2,008 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 65 bytes in 2 blocks are definitely lost in loss record 2,011 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18877== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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: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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 3: boolean typed value ==18877== 67 bytes in 3 blocks are definitely lost in loss record 2,013 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 67 bytes in 3 blocks are definitely lost in loss record 2,014 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 69 bytes in 3 blocks are definitely lost in loss record 2,017 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18877== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 72 bytes in 1 blocks are definitely lost in loss record 2,027 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x54685B7: newtab (lj_tab.c:107)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54C4264: luaopen_package (lib_package.c:588)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 72 bytes in 1 blocks are definitely lost in loss record 2,028 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x54685B7: newtab (lj_tab.c:107)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54C4264: luaopen_package (lib_package.c:588)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 72 bytes in 1 blocks are definitely lost in loss record 2,029 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x54685B7: newtab (lj_tab.c:107)
==18877== by 0x5468883: lj_tab_dup (lj_tab.c:187)
==18877== by 0x54618DF: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18877== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,030 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18877== by 0x54B62C4: clib_new (lj_clib.c:386)
==18877== by 0x54B6908: lj_clib_default (lj_clib.c:414)
==18877== by 0x54C9AE7: luaopen_ffi (lib_ffi.c:861)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 73 bytes in 3 blocks are definitely lost in loss record 2,031 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 80 bytes in 1 blocks are definitely lost in loss record 2,048 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18877== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18877== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 80 bytes in 1 blocks are definitely lost in loss record 2,049 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18877== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18877== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 80 bytes in 1 blocks are definitely lost in loss record 2,050 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x54685B7: newtab (lj_tab.c:107)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18877== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18877== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 80 bytes in 4 blocks are definitely lost in loss record 2,051 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18877== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 80 bytes in 4 blocks are definitely lost in loss record 2,052 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18877== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18877== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 91 bytes in 4 blocks are definitely lost in loss record 2,058 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 92 bytes in 1 blocks are definitely lost in loss record 2,059 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 93 bytes in 4 blocks are definitely lost in loss record 2,062 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18877== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,076 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,077 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18877== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18877== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,078 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18877== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18877== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,079 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18877== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18877== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,080 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,081 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18877== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18877== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,082 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18877== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18877== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,083 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18877== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18877== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,084 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5479E94: const_gc (lj_parse.c:218)
==18877== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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:const_gc
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: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
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,085 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5479E94: const_gc (lj_parse.c:218)
==18877== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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:const_gc
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,086 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,087 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 1 blocks are definitely lost in loss record 2,088 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5461C20: lj_BC_TSETS (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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_BC_TSETS
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 3 blocks are definitely lost in loss record 2,089 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18877== by 0x54C423B: luaopen_package (lib_package.c:585)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 3 blocks are definitely lost in loss record 2,090 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18877== by 0x54C423B: luaopen_package (lib_package.c:585)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 96 bytes in 3 blocks are definitely lost in loss record 2,091 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 112 bytes in 5 blocks are definitely lost in loss record 2,106 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C2956: luaopen_io (lib_io.c:534)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 112 bytes in 5 blocks are definitely lost in loss record 2,107 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C2956: luaopen_io (lib_io.c:534)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 119 bytes in 1 blocks are definitely lost in loss record 2,112 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18877== by 0x54C40DA: setpath (lib_package.c:545)
==18877== by 0x54C431B: luaopen_package (lib_package.c:598)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 124 bytes in 6 blocks are definitely lost in loss record 2,118 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18877== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 124 bytes in 6 blocks are definitely lost in loss record 2,119 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18877== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 126 bytes in 1 blocks are definitely lost in loss record 2,120 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547BB80: parse_body (lj_parse.c:1853)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
}
099-c-api.t TEST 3: boolean typed value ==18877== 126 bytes in 1 blocks are definitely lost in loss record 2,121 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547BB80: parse_body (lj_parse.c:1853)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 128 bytes in 4 blocks are definitely lost in loss record 2,140 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18877== by 0x54C427A: luaopen_package (lib_package.c:590)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 128 bytes in 4 blocks are definitely lost in loss record 2,141 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 128 bytes in 4 blocks are definitely lost in loss record 2,142 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18877== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18877== by 0x54C427A: luaopen_package (lib_package.c:590)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 128 bytes in 4 blocks are definitely lost in loss record 2,143 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 130 bytes in 1 blocks are definitely lost in loss record 2,144 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547BB80: parse_body (lj_parse.c:1853)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 130 bytes in 1 blocks are definitely lost in loss record 2,145 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547BB80: parse_body (lj_parse.c:1853)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 134 bytes in 6 blocks are definitely lost in loss record 2,147 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 136 bytes in 6 blocks are definitely lost in loss record 2,148 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 145 (92 direct, 53 indirect) bytes in 1 blocks are definitely lost in loss record 2,157 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 154 bytes in 7 blocks are definitely lost in loss record 2,159 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 154 bytes in 7 blocks are definitely lost in loss record 2,160 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 160 bytes in 5 blocks are definitely lost in loss record 2,170 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 160 bytes in 5 blocks are definitely lost in loss record 2,171 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 172 bytes in 5 blocks are definitely lost in loss record 2,175 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18877== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18877== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 172 bytes in 5 blocks are definitely lost in loss record 2,176 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469C3B: func_newL (lj_func.c:122)
==18877== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18877== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18877== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 176 bytes in 2 blocks are definitely lost in loss record 2,182 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18877== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18877== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 176 bytes in 2 blocks are definitely lost in loss record 2,183 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18877== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18877== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 187 bytes in 1 blocks are definitely lost in loss record 2,186 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 187 bytes in 1 blocks are definitely lost in loss record 2,187 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,192 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,193 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,194 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18877== by 0x54761F8: lua_setfield (lj_api.c:904)
==18877== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,195 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18877== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,196 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18877== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,197 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18877== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18877== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,198 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,199 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,200 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18877== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18877== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,201 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,202 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,203 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18877== by 0x54761F8: lua_setfield (lj_api.c:904)
==18877== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,204 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18877== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,205 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18877== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,206 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18877== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18877== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,207 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,208 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,209 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18877== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18877== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,210 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18877== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18877== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,211 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18877== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x5479028: lex_opt (lj_parse.c:989)
==18877== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18877== by 0x547D53E: parse_args (lj_parse.c:1904)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E47B: parse_local (lj_parse.c:2259)
==18877== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18877== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 1 blocks are definitely lost in loss record 2,212 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18877== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x5479028: lex_opt (lj_parse.c:989)
==18877== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18877== by 0x547D53E: parse_args (lj_parse.c:1904)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18877== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18877== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 6 blocks are definitely lost in loss record 2,213 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 192 bytes in 6 blocks are definitely lost in loss record 2,214 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 205 bytes in 9 blocks are definitely lost in loss record 2,215 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C325D: luaopen_os (lib_os.c:289)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 207 bytes in 9 blocks are definitely lost in loss record 2,216 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C325D: luaopen_os (lib_os.c:289)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 208 bytes in 9 blocks are definitely lost in loss record 2,222 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 218 bytes in 1 blocks are definitely lost in loss record 2,224 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18877== by 0x54C40DA: setpath (lib_package.c:545)
==18877== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 218 bytes in 1 blocks are definitely lost in loss record 2,225 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18877== by 0x54C40DA: setpath (lib_package.c:545)
==18877== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 231 bytes in 1 blocks are definitely lost in loss record 2,231 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547BB80: parse_body (lj_parse.c:1853)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18877== by 0x547E269: parse_for (lj_parse.c:2575)
==18877== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18877== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 231 bytes in 1 blocks are definitely lost in loss record 2,232 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547BB80: parse_body (lj_parse.c:1853)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18877== by 0x547E269: parse_for (lj_parse.c:2575)
==18877== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18877== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 235 (200 direct, 35 indirect) bytes in 1 blocks are definitely lost in loss record 2,235 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18877== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18877== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 239 bytes in 11 blocks are definitely lost in loss record 2,236 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 239 bytes in 11 blocks are definitely lost in loss record 2,237 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 240 bytes in 11 blocks are definitely lost in loss record 2,240 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 253 bytes in 11 blocks are definitely lost in loss record 2,242 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 256 bytes in 10 blocks are definitely lost in loss record 2,251 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 261 bytes in 12 blocks are definitely lost in loss record 2,252 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 284 bytes in 11 blocks are definitely lost in loss record 2,255 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 288 bytes in 9 blocks are definitely lost in loss record 2,257 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 288 bytes in 9 blocks are definitely lost in loss record 2,258 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 352 bytes in 11 blocks are definitely lost in loss record 2,269 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C2956: luaopen_io (lib_io.c:534)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 352 bytes in 11 blocks are definitely lost in loss record 2,270 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C325D: luaopen_os (lib_os.c:289)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 352 bytes in 11 blocks are definitely lost in loss record 2,271 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C2956: luaopen_io (lib_io.c:534)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 352 bytes in 11 blocks are definitely lost in loss record 2,272 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C325D: luaopen_os (lib_os.c:289)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 360 bytes in 15 blocks are definitely lost in loss record 2,277 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A03F: func_finduv (lj_func.c:52)
==18877== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18877== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18877== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 360 bytes in 15 blocks are definitely lost in loss record 2,278 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x546A03F: func_finduv (lj_func.c:52)
==18877== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18877== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18877== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 367 bytes in 1 blocks are definitely lost in loss record 2,279 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547BB80: parse_body (lj_parse.c:1853)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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: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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,286 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18877== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,287 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18877== by 0x54761F8: lua_setfield (lj_api.c:904)
==18877== by 0x54C439D: luaopen_package (lib_package.c:604)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,288 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,289 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C2956: luaopen_io (lib_io.c:534)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,290 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C325D: luaopen_os (lib_os.c:289)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,291 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,292 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,293 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,294 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,295 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18877== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,296 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18877== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18877== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,297 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18877== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18877== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,298 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18877== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18877== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,299 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18877== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,300 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18877== by 0x54761F8: lua_setfield (lj_api.c:904)
==18877== by 0x54C439D: luaopen_package (lib_package.c:604)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,301 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,302 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C2956: luaopen_io (lib_io.c:534)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,303 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C325D: luaopen_os (lib_os.c:289)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,304 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,305 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,306 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,307 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,308 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18877== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,309 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,310 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 1 blocks are definitely lost in loss record 2,311 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18877== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547C72F: expr_simple (lj_parse.c:2012)
==18877== by 0x547C72F: expr_unop (lj_parse.c:2075)
==18877== by 0x547C72F: expr_binop (lj_parse.c:2088)
==18877== by 0x547C173: expr_binop (lj_parse.c:2096)
==18877== by 0x547CC21: expr (lj_parse.c:2107)
==18877== by 0x547CC21: expr_cond (lj_parse.c:2122)
==18877== by 0x547E8DD: parse_then (lj_parse.c:2587)
==18877== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18877== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18877== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18877== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18877== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18877== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18877== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18877== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18877== by 0x547E269: parse_for (lj_parse.c:2575)
==18877== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18877== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 12 blocks are definitely lost in loss record 2,312 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 384 bytes in 12 blocks are definitely lost in loss record 2,313 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 395 bytes in 1 blocks are definitely lost in loss record 2,314 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 402 bytes in 19 blocks are definitely lost in loss record 2,315 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18877== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18877== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 403 bytes in 19 blocks are definitely lost in loss record 2,316 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18877== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18877== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 416 bytes in 13 blocks are definitely lost in loss record 2,320 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 416 bytes in 13 blocks are definitely lost in loss record 2,321 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 463 bytes in 20 blocks are definitely lost in loss record 2,329 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18877== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18877== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 463 bytes in 20 blocks are definitely lost in loss record 2,330 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18877== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18877== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 507 bytes in 24 blocks are definitely lost in loss record 2,337 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 509 bytes in 24 blocks are definitely lost in loss record 2,338 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 512 bytes in 16 blocks are definitely lost in loss record 2,343 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 512 bytes in 16 blocks are definitely lost in loss record 2,344 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 530 bytes in 22 blocks are definitely lost in loss record 2,349 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 544 bytes in 17 blocks are definitely lost in loss record 2,350 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 552 bytes in 4 blocks are definitely lost in loss record 2,351 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18877== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18877== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 552 bytes in 4 blocks are definitely lost in loss record 2,352 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18877== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18877== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18877== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 554 bytes in 23 blocks are definitely lost in loss record 2,353 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 576 bytes in 18 blocks are definitely lost in loss record 2,356 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 621 bytes in 1 blocks are definitely lost in loss record 2,363 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18877== by 0x5477D01: lex_longstring (lj_lex.c:175)
==18877== by 0x547846C: lex_scan (lj_lex.c:338)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547A478: lex_str (lj_parse.c:1024)
==18877== by 0x547B6E2: expr_str (lj_parse.c:1630)
==18877== by 0x547B6E2: expr_field (lj_parse.c:1672)
==18877== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18877== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18877== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_longstring
fun:lex_scan
fun:lj_lex_next
fun:lex_str
fun:expr_str
fun:expr_field
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 3: boolean typed value ==18877== 737 bytes in 1 blocks are definitely lost in loss record 2,377 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18877== by 0x547BB80: parse_body (lj_parse.c:1853)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,384 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,385 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18877== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,386 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18877== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18877== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,387 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x54763AF: lua_rawset (lj_api.c:923)
==18877== by 0x510E46: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:106)
==18877== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18877== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,388 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18877== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18877== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,389 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18877== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,390 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18877== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18877== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,391 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18877== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18877== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,392 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x54763AF: lua_rawset (lj_api.c:923)
==18877== by 0x4CD099: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:351)
==18877== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18877== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,393 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18877== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18877== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18877== by 0x547E269: parse_for (lj_parse.c:2575)
==18877== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18877== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18877== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18877== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18877== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<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
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,394 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18877== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18877== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547DC23: parse_return (lj_parse.c:2308)
==18877== by 0x547DC23: parse_stmt (lj_parse.c:2649)
==18877== by 0x547DC23: parse_chunk (lj_parse.c:2682)
==18877== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18877== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18877== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18877== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18877== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18877== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18877== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18877== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18877== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18877== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18877== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18877== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18877== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18877== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18877== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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_return
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_return
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,395 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 768 bytes in 1 blocks are definitely lost in loss record 2,396 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18877== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18877== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 848 bytes in 26 blocks are definitely lost in loss record 2,405 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 848 bytes in 26 blocks are definitely lost in loss record 2,406 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 1,000 bytes in 27 blocks are definitely lost in loss record 2,415 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18877== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 1,000 bytes in 27 blocks are definitely lost in loss record 2,416 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18877== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18877== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18877== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18877== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18877== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 3: boolean typed value ==18877== 1,371 bytes in 55 blocks are definitely lost in loss record 2,435 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x54683C9: lj_str_new (lj_str.c:188)
==18877== by 0x54AFD29: lj_ctype_init (lj_ctype.c:611)
==18877== by 0x54C9901: luaopen_ffi (lib_ffi.c:850)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18877== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18877== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18877== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<insert_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 1,536 bytes in 1 blocks are definitely lost in loss record 2,441 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x546D862: cpluaopen (lj_state.c:149)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18877== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 1,536 bytes in 1 blocks are definitely lost in loss record 2,442 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18877== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18877== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18877== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18877== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18877== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 3: boolean typed value ==18877== 1,536 bytes in 1 blocks are definitely lost in loss record 2,443 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x546D862: cpluaopen (lj_state.c:149)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18877== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18877== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18877== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 3: boolean typed value ==18877== 1,536 bytes in 1 blocks are definitely lost in loss record 2,444 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5469354: newhpart (lj_tab.c:64)
==18877== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18877== by 0x5469756: rehashtab (lj_tab.c:385)
==18877== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18877== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18877== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18877== by 0x5478BD6: lex_string (lj_lex.c:280)
==18877== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18877== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18877== by 0x547D511: parse_args (lj_parse.c:1896)
==18877== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18877== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18877== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18877== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18877== by 0x547BB50: parse_body (lj_parse.c:1851)
==18877== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18877== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18877== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18877== by 0x547CBC5: expr (lj_parse.c:2107)
==18877== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18877== by 0x547E193: parse_return (lj_parse.c:2314)
==18877== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18877== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18877== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18877== by 0x548075A: cpparser (lj_load.c:41)
==18877== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18877== by 0x548087A: lua_loadx (lj_load.c:58)
==18877== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18877== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18877== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18877== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18877== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18877== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18877== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18877== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18877== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18877== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18877== by 0x41B70E: main (nginx.c:364)
==18877==
{
<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_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
}
099-c-api.t TEST 3: boolean typed value ==18877== 3,072 bytes in 1 blocks are definitely lost in loss record 2,466 of 2,487
==18877== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18877== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18877== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18877== by 0x5468618: newhpart (lj_tab.c:64)
==18877== by 0x5468618: newtab (lj_tab.c:143)
==18877== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18877== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18877== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18877== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18877== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18877== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18877== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18877== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18877== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18877== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18877== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18877== by 0x41B4C8: main (nginx.c:276)
==18877==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 3: boolean typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 3: boolean typed value - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +0,0 @@
-foo: rc=0, type=1, val=1
-bar: rc=0, type=1, val=0
'
099-c-api.t TEST 3: boolean typed value - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 3: boolean typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 3: boolean typed value - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +0,0 @@
-foo: rc=0, type=1, val=1
-bar: rc=0, type=1, val=0
'
099-c-api.t TEST 3: boolean typed value - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 3: boolean typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 3: boolean typed value - response_body - response is expected (repeated req 2, req 0) @@ -1,2 +0,0 @@
-foo: rc=0, type=1, val=1
-bar: rc=0, type=1, val=0
'
099-c-api.t TEST 2: number typed value ==18901== Invalid read of size 8
==18901== at 0x4C42EE: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18901== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18901== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901== Address 0x827ed48 is 3 bytes after a block of size 5 alloc'd
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==18901== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==18901== by 0x41CEB8: ngx_pnalloc (ngx_palloc.c:130)
==18901== by 0x42E89F: ngx_conf_read_token (ngx_conf_file.c:724)
==18901== by 0x42E89F: ngx_conf_parse (ngx_conf_file.c:207)
==18901== by 0x496E24: ngx_stream_block (ngx_stream.c:168)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== Invalid read of size 8
==18901== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18901== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18901== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18901== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901== Address 0x58 is not stack'd, malloc'd or (recently) free'd
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_shmtx_lock
fun:ngx_http_lua_shared_dict_get
fun:lj_vm_ffi_call
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901==
==18901== Process terminating with default action of signal 11 (SIGSEGV)
==18901== Access not within mapped region at address 0x58
==18901== at 0x429D1A: ngx_shmtx_lock (ngx_shmtx.c:78)
==18901== by 0x4C42FA: ngx_http_lua_shared_dict_get (ngx_http_lua_shdict.c:1518)
==18901== by 0x54647C7: lj_vm_ffi_call (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54B3A88: lj_ccall_func (lj_ccall.c:1136)
==18901== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901== If you believe this happened as a result of a stack
==18901== overflow in your program's main thread (unlikely but
==18901== possible), you can try to increase the size of the
==18901== main thread stack using the --main-stacksize= flag.
==18901== The main thread stack size used in this run was 8388608.
==18901== 16 bytes in 1 blocks are definitely lost in loss record 351 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x54B1D5F: lj_cdata_new (lj_cdata.h:45)
==18901== by 0x54B1D5F: lj_cconv_tv_ct (lj_cconv.c:411)
==18901== by 0x54B3B9E: ccall_get_results (lj_ccall.c:1116)
==18901== by 0x54B3B9E: lj_ccall_func (lj_ccall.c:1143)
==18901== by 0x54C9045: lj_cf_ffi_meta___call (lib_ffi.c:230)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_cconv_tv_ct
fun:ccall_get_results
fun:lj_ccall_func
fun:lj_cf_ffi_meta___call
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 18 bytes in 1 blocks are definitely lost in loss record 353 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18901== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18901== by 0x547E269: parse_for (lj_parse.c:2575)
==18901== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18901== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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: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
}
099-c-api.t TEST 2: number typed value ==18901== 18 bytes in 1 blocks are definitely lost in loss record 354 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547BA59: parse_params (lj_parse.c:1811)
==18901== by 0x547BA59: parse_body (lj_parse.c:1847)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 18 bytes in 1 blocks are definitely lost in loss record 355 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x4CBAC1: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:514)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18901== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18901== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_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_socket_tcp_connect
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
}
099-c-api.t TEST 2: number typed value ==18901== 18 bytes in 1 blocks are definitely lost in loss record 356 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18901== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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: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_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
}
099-c-api.t TEST 2: number typed value ==18901== 18 bytes in 1 blocks are definitely lost in loss record 357 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54C99B4: ffi_finalizer (lib_ffi.c:831)
==18901== by 0x54C99B4: luaopen_ffi (lib_ffi.c:852)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 18 bytes in 1 blocks are definitely lost in loss record 358 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18901== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18901== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18901== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18901== by 0x54B9F5F: cp_decl_spec (lj_cparse.c:1480)
==18901== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18901== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18901== by 0x54B989F: cp_decl_struct (lj_cparse.c:1325)
==18901== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18901== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18901== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18901== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 361 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 362 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18901== by 0x54BE439: luaopen_base (lib_base.c:658)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 363 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x504E1F: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:22)
==18901== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18901== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 364 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x511FFB: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:55)
==18901== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18901== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 365 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x512287: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:34)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 366 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BE38A: luaopen_base (lib_base.c:656)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 367 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BE439: newproxy_weaktable (lib_base.c:647)
==18901== by 0x54BE439: luaopen_base (lib_base.c:658)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 368 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B3A17: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1947)
==18901== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18901== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 369 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D63CE: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==18901== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18901== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 370 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D6680: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 371 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478BD6: lex_string (lj_lex.c:280)
==18901== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547CC68: expr_bracket (lj_parse.c:1679)
==18901== by 0x547D6BF: expr_primary (lj_parse.c:1952)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18901== by 0x547E269: parse_for (lj_parse.c:2575)
==18901== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18901== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 19 bytes in 1 blocks are definitely lost in loss record 372 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18901== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 384 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18901== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 385 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18901== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 386 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 387 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 388 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 389 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 390 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x505475: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:284)
==18901== by 0x505475: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 391 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x504649: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:608)
==18901== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18901== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 392 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x504691: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:614)
==18901== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18901== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 393 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5057E7: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:131)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 394 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5066C2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:86)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 395 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4F51C1: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3234)
==18901== by 0x4F51C1: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18901== by 0x4F51C1: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51C1: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51C1: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 396 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50E60E: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:48)
==18901== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18901== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 397 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D2A1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:322)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 398 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D2E9: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:328)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 399 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D331: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:334)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 400 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x5479028: lex_opt (lj_parse.c:989)
==18901== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18901== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18901== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 401 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x5480768: cpparser (lj_load.c:42)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 402 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x510D47: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:83)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 403 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x512263: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:31)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 404 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18901== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 405 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18901== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 406 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BEA49: luaopen_math (lib_math.c:226)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 407 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54C7008: luaopen_jit (lib_jit.c:759)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 408 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 409 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 410 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x4BD662: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2890)
==18901== by 0x4BD662: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18901== by 0x4BD662: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD662: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD662: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 411 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A4103: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:300)
==18901== by 0x4A4103: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 412 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AB7D7: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==18901== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18901== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 413 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A7FFD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 414 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AA022: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 415 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B9D9F: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2098)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 416 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x5480768: cpparser (lj_load.c:42)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18901== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18901== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 417 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A8DCE: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==18901== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18901== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 418 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x5479028: lex_opt (lj_parse.c:989)
==18901== by 0x547DD9F: parse_local (lj_parse.c:2258)
==18901== by 0x547DD9F: parse_stmt (lj_parse.c:2646)
==18901== by 0x547DD9F: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 419 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x5480768: cpparser (lj_load.c:42)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 420 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D3E30: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 421 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D665C: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 422 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x5479028: lex_opt (lj_parse.c:989)
==18901== by 0x547DEE0: parse_for_iter (lj_parse.c:2538)
==18901== by 0x547DEE0: parse_for (lj_parse.c:2575)
==18901== by 0x547DEE0: parse_stmt (lj_parse.c:2636)
==18901== by 0x547DEE0: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 423 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x5480768: cpparser (lj_load.c:42)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 424 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x5479028: lex_opt (lj_parse.c:989)
==18901== by 0x547DD8E: parse_local (lj_parse.c:2257)
==18901== by 0x547DD8E: parse_stmt (lj_parse.c:2646)
==18901== by 0x547DD8E: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 425 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x5480768: cpparser (lj_load.c:42)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 426 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18901== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18901== by 0x4BDF66: ngx_http_lua_cache_store_code (ngx_http_lua_cache.c:125)
==18901== by 0x4BE03A: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:187)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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_cache_store_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
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 427 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x5480768: cpparser (lj_load.c:42)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 20 bytes in 1 blocks are definitely lost in loss record 428 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18901== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18901== by 0x4F91CE: ngx_stream_lua_cache_store_code (ngx_stream_lua_cache.c:122)
==18901== by 0x4F92A2: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:184)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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_stream_lua_cache_store_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 441 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 442 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x504E61: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:28)
==18901== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18901== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 443 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x504EC2: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:37)
==18901== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18901== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 444 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x505456: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:281)
==18901== by 0x505456: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 445 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x505494: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:287)
==18901== by 0x505494: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 446 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5054D2: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:293)
==18901== by 0x5054D2: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 447 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x50D480: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:365)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 448 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50227A: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:39)
==18901== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18901== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 449 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50229E: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:42)
==18901== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18901== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 450 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B7F6D: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==18901== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18901== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 451 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B7FCE: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==18901== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18901== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 452 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A40E4: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:297)
==18901== by 0x4A40E4: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 453 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A4122: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:303)
==18901== by 0x4A4122: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 454 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A4160: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:309)
==18901== by 0x4A4160: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 455 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A7889: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:36)
==18901== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18901== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 456 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4ACFF9: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:943)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 457 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CCD32: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 458 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D5252: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==18901== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18901== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 459 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D5276: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:43)
==18901== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18901== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 460 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18901== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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_return
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
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 461 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18901== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18901== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18901== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 462 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x5479028: lex_opt (lj_parse.c:989)
==18901== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18901== by 0x547D53E: parse_args (lj_parse.c:1904)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18901== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lex_match
fun:parse_args
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 463 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 21 bytes in 1 blocks are definitely lost in loss record 464 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18901== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18901== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18901== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18901== by 0x54B7DE8: cp_opt (lj_cparse.c:393)
==18901== by 0x54B807C: cp_declarator (lj_cparse.c:1643)
==18901== by 0x54B9988: cp_decl_struct (lj_cparse.c:1336)
==18901== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18901== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18901== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18901== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_opt
fun:cp_declarator
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 469 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C431B: luaopen_package (lib_package.c:598)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 470 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C2939: luaopen_io (lib_io.c:533)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 471 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18901== by 0x54C2972: luaopen_io (lib_io.c:535)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 472 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 473 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 474 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 475 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x504E40: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:25)
==18901== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18901== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 476 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x504EA3: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:34)
==18901== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18901== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 477 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x505418: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:275)
==18901== by 0x505418: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 478 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x505437: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:278)
==18901== by 0x505437: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 479 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5054F1: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:296)
==18901== by 0x5054F1: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 480 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x505853: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:140)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 481 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x507343: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:115)
==18901== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18901== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 482 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5122AB: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:37)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 483 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C431B: luaopen_package (lib_package.c:598)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 484 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C2939: luaopen_io (lib_io.c:533)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 485 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18901== by 0x54C2972: luaopen_io (lib_io.c:535)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 486 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C0A98: luaopen_string (lib_string.c:742)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 487 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54C6FF4: luaopen_jit (lib_jit.c:758)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 488 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 489 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B7F4C: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==18901== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18901== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 490 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B7FAF: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==18901== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18901== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 491 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A40A6: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:291)
==18901== by 0x4A40A6: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 492 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A40C5: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:294)
==18901== by 0x4A40C5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 493 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A417F: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:312)
==18901== by 0x4A417F: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 494 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A8069: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 495 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CE1F9: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:135)
==18901== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18901== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 496 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D66A4: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 22 bytes in 1 blocks are definitely lost in loss record 497 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18901== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18901== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18901== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18901== by 0x54B7DE8: cp_opt (lj_cparse.c:393)
==18901== by 0x54B807C: cp_declarator (lj_cparse.c:1643)
==18901== by 0x54BA4F6: cp_decl_func (lj_cparse.c:1596)
==18901== by 0x54B82EA: cp_declarator (lj_cparse.c:1690)
==18901== by 0x54BAA6C: cp_decl_multi (lj_cparse.c:1801)
==18901== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18901== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_opt
fun:cp_declarator
fun:cp_decl_func
fun:cp_declarator
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 504 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C4343: luaopen_package (lib_package.c:600)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 505 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C4370: luaopen_package (lib_package.c:602)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 506 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18901== by 0x54C2994: luaopen_io (lib_io.c:536)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 507 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18901== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 508 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5053F9: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:272)
==18901== by 0x5053F9: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 509 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5054B3: ngx_stream_lua_inject_log_consts (ngx_stream_lua_log.c:290)
==18901== by 0x5054B3: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:257)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_log_consts
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 510 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50198D: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:371)
==18901== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18901== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18901== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 511 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D3C1: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:346)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 512 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D514: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:383)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 513 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5120F2: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:36)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 514 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x512166: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:47)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 515 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5122BD: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:39)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 516 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x502B05: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:266)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 517 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C4343: luaopen_package (lib_package.c:600)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 518 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C4370: luaopen_package (lib_package.c:602)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 519 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18901== by 0x54C2994: luaopen_io (lib_io.c:536)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 520 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C1C8A: io_std_new (lib_io.c:525)
==18901== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 521 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A4087: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:288)
==18901== by 0x4A4087: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 522 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A4141: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:306)
==18901== by 0x4A4141: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:273)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 523 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CD0C5: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:372)
==18901== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 524 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4ACFB1: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:936)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 525 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4C427E: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==18901== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18901== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 526 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CCA87: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:208)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 23 bytes in 1 blocks are definitely lost in loss record 527 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CFC97: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:265)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,130 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,131 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18901== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18901== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,132 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C439D: luaopen_package (lib_package.c:604)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,133 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54755CB: lua_getfield (lj_api.c:738)
==18901== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18901== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,134 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x505733: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:116)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,135 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50577B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:122)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,136 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50669E: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:83)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,137 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D379: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:340)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,138 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,139 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x501586: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:261)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,140 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x51223F: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:28)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,141 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x502ABD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:260)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,142 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x502AE1: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:263)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,143 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x502B29: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:269)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,144 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x502BA2: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:281)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,145 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54BE3D8: luaopen_base (lib_base.c:657)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,146 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18901== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18901== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,147 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54C439D: luaopen_package (lib_package.c:604)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,148 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54755CB: lua_getfield (lj_api.c:738)
==18901== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18901== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,149 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B81FF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,150 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A7F49: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,151 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A7F91: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,152 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A9FFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,153 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547D6E7: expr_primary (lj_parse.c:1956)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,154 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CCC0F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:234)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,155 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D6638: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,156 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CFC4F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:259)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,157 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CFC73: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:262)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,158 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CFCBB: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:268)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,159 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CFD34: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 24 bytes in 1 blocks are definitely lost in loss record 1,160 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478BD6: lex_string (lj_lex.c:280)
==18901== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x5479028: lex_opt (lj_parse.c:989)
==18901== by 0x547CBF7: expr_list (lj_parse.c:1875)
==18901== by 0x547D522: parse_args (lj_parse.c:1900)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18901== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,168 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18901== by 0x54C4389: luaopen_package (lib_package.c:603)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,169 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18901== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,170 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x504E82: ngx_stream_lua_inject_core_consts (ngx_stream_lua_consts.c:31)
==18901== by 0x4F5152: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2661)
==18901== by 0x4F5152: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5152: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5152: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_core_consts
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,171 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5066E6: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:90)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,172 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x506D0B: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:34)
==18901== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18901== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,173 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D30D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:331)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,174 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D355: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:337)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,175 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D42D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:355)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,176 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x502B5A: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:275)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,177 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x502B7E: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:278)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,178 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x502BC6: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:284)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,179 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x5474F06: luaL_newmetatable (lj_api.c:651)
==18901== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_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
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,180 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54BC325: luaL_findtable (lib_aux.c:89)
==18901== by 0x54C4389: luaopen_package (lib_package.c:603)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,181 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18901== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,182 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B7FF0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,183 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B802E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,184 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B7F8E: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:31)
==18901== by 0x4BD6F8: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:720)
==18901== by 0x4BD6F8: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F8: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,185 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AA046: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,186 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CFCEC: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:274)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,187 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CFD10: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 25 bytes in 1 blocks are definitely lost in loss record 1,188 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478BD6: lex_string (lj_lex.c:280)
==18901== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547D511: parse_args (lj_parse.c:1896)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18901== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,191 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54755CB: lua_getfield (lj_api.c:738)
==18901== by 0x54BB155: lib_create_table (lj_lib.c:32)
==18901== by 0x54BB155: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,192 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54C432F: luaopen_package (lib_package.c:599)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,193 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18901== by 0x54C1510: luaopen_table (lib_table.c:303)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,194 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50579F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:125)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,195 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50582F: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:137)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,196 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x506752: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:101)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,197 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x507497: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:73)
==18901== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18901== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,198 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D2C5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:325)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,199 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D3E5: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:349)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,200 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x501739: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:305)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,201 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x512178: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:48)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,202 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54C432F: luaopen_package (lib_package.c:599)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,203 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18901== by 0x54C1510: luaopen_table (lib_table.c:303)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,204 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B800F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,205 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B804D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,206 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B80C9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,207 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B80E8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,208 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8145: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,209 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B846B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,210 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A7FB5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:215)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,211 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A8045: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,212 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A80B1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,213 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AA0B2: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:101)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,214 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D4A3C: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==18901== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18901== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,215 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AF598: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,216 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AF670: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:58)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,217 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CCE9D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:303)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,218 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D654C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==18901== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18901== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 26 bytes in 1 blocks are definitely lost in loss record 1,219 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54B7A2F: lj_buf_str (lj_buf.h:100)
==18901== by 0x54B7A2F: cp_ident (lj_cparse.c:167)
==18901== by 0x54B7A2F: cp_next_ (lj_cparse.c:289)
==18901== by 0x54B7A2F: cp_next (lj_cparse.c:332)
==18901== by 0x54B9BDC: cp_decl_struct (lj_cparse.c:1387)
==18901== by 0x54BA0E2: cp_decl_spec (lj_cparse.c:1491)
==18901== by 0x54BA96B: cp_decl_multi (lj_cparse.c:1792)
==18901== by 0x54BAF3C: cpcparser (lj_cparse.c:1868)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54BAFD8: lj_cparse (lj_cparse.c:1881)
==18901== by 0x54C7343: lj_cf_ffi_cdef (lib_ffi.c:487)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_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:cp_ident
fun:cp_next_
fun:cp_next
fun:cp_decl_struct
fun:cp_decl_spec
fun:cp_decl_multi
fun:cpcparser
fun:lj_vm_cpcall
fun:lj_cparse
fun:lj_cf_ffi_cdef
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,225 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4F514A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2659)
==18901== by 0x4F514A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F514A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F514A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,226 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x505757: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:119)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,227 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5065A2: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:62)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,228 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5015F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:270)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,229 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18901== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18901== by 0x547E269: parse_for (lj_parse.c:2575)
==18901== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18901== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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: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: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
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,230 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B80AA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,231 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8183: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,232 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B81A2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:89)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,233 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B84E7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,234 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A7F6D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,235 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A9F02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,236 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AD044: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:954)
==18901== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,237 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D4439: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==18901== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,238 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A80FC: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==18901== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 27 bytes in 1 blocks are definitely lost in loss record 1,239 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CCC57: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,243 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18901== by 0x54C1533: luaopen_table (lib_table.c:304)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,244 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18901== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,245 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4F5114: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2193)
==18901== by 0x4F5114: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5114: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,246 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50580B: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:134)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,247 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5065EA: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:68)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,248 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50670A: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:94)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,249 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x510D8A: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:90)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,250 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18901== by 0x54C1533: luaopen_table (lib_table.c:304)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,251 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BB917: lj_lib_prereg (lj_lib.c:168)
==18901== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,252 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4BD61A: ngx_http_lua_init_globals (ngx_http_lua_util.c:698)
==18901== by 0x4BD61A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD61A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck: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_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,253 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B806C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,254 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8164: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:83)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,255 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A8021: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,256 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A808D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,257 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A9F4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,258 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A9F6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,259 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A78AD: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==18901== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18901== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,260 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AD0B0: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:963)
==18901== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,261 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AF694: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,262 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AF6B8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,263 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A8699: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==18901== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,264 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CCC7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:243)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 28 bytes in 1 blocks are definitely lost in loss record 1,265 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D3E73: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,270 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5015AA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:264)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,271 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x501685: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:288)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,272 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x5017A5: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:314)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,273 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B808B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,274 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B821E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:102)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,275 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B84C8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,276 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AB747: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==18901== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18901== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,277 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AD020: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:951)
==18901== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,278 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AD068: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:957)
==18901== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,279 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B024D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==18901== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,280 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CCC33: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:237)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 29 bytes in 1 blocks are definitely lost in loss record 1,281 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CCF2D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:315)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,285 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x506632: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:74)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,286 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x506656: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:77)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,287 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x50D409: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:352)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,288 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x51201F: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:58)
==18901== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18901== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,289 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x512043: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:61)
==18901== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18901== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,290 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x512111: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:39)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,291 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8107: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:74)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,292 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B81C1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,293 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B823D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:105)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,294 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B844C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,295 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A9F92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,296 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A9FB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,297 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A9FDA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,298 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A6ACA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1430)
==18901== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18901== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,299 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B0295: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==18901== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,300 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AF5E0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,301 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AF604: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:49)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,302 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AF628: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,303 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4AF64C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:55)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,304 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D63F2: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==18901== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18901== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 30 bytes in 1 blocks are definitely lost in loss record 1,305 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D64E5: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==18901== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18901== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 31 bytes in 1 blocks are definitely lost in loss record 1,308 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x501781: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:311)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 31 bytes in 1 blocks are definitely lost in loss record 1,309 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8126: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 31 bytes in 1 blocks are definitely lost in loss record 1,310 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B82F7: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 31 bytes in 1 blocks are definitely lost in loss record 1,311 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B83B1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:143)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 31 bytes in 1 blocks are definitely lost in loss record 1,312 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B83D0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 31 bytes in 1 blocks are definitely lost in loss record 1,313 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B0271: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==18901== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 31 bytes in 1 blocks are definitely lost in loss record 1,314 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4CCF09: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:312)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,415 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x546D874: cpluaopen (lj_state.c:150)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18901== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,416 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18901== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,417 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,418 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18901== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,419 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18901== by 0x54C4211: luaopen_package (lib_package.c:583)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,420 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18901== by 0x54C423B: luaopen_package (lib_package.c:585)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,421 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54C4389: luaopen_package (lib_package.c:603)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,422 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,423 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18901== by 0x54C1510: luaopen_table (lib_table.c:303)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,424 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18901== by 0x54C1533: luaopen_table (lib_table.c:304)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,425 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,426 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C2956: luaopen_io (lib_io.c:534)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,427 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C325D: luaopen_os (lib_os.c:289)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,428 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,429 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,430 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,431 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,432 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,433 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18901== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,434 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18901== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,435 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,436 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,437 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,438 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18901== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,439 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18901== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,440 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18901== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,441 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18901== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,442 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18901== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,443 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18901== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,444 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4F5138: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2658)
==18901== by 0x4F5138: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5138: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5138: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,445 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x505503: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:259)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,446 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x505527: ngx_stream_lua_inject_log_api (ngx_stream_lua_log.c:262)
==18901== by 0x4F515A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2663)
==18901== by 0x4F515A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F515A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F515A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_log_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,447 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x504613: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:604)
==18901== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18901== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,448 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x504637: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:607)
==18901== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18901== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,449 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50465B: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:610)
==18901== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18901== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,450 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50467F: ngx_stream_lua_inject_output_api (ngx_stream_lua_output.c:613)
==18901== by 0x4F5162: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2664)
==18901== by 0x4F5162: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5162: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5162: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_output_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,451 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x505721: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:115)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,452 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x505745: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:118)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,453 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x505769: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:121)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,454 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50578D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:124)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,455 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5057B1: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:127)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,456 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5057D5: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:130)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,457 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5057F9: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:133)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,458 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50581D: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:136)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,459 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x505841: ngx_stream_lua_inject_time_api (ngx_stream_lua_time.c:139)
==18901== by 0x4F516A: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2665)
==18901== by 0x4F516A: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F516A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F516A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_time_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,460 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x506590: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:61)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,461 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5065B4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:64)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,462 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5065D8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:67)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,463 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5065FC: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:70)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,464 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x506620: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:73)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,465 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x506644: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:76)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,466 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x506668: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:79)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,467 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50668C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:82)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,468 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5066B0: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:85)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,469 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5066D4: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:89)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,470 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5066F8: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:93)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,471 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50671C: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:96)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,472 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x506740: ngx_stream_lua_inject_string_api (ngx_stream_lua_string.c:100)
==18901== by 0x4F5172: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2666)
==18901== by 0x4F5172: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5172: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5172: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_string_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,473 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x506CD5: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:28)
==18901== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18901== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,474 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x506CF9: ngx_stream_lua_inject_control_api (ngx_stream_lua_control.c:33)
==18901== by 0x4F517D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2667)
==18901== by 0x4F517D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F517D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F517D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_control_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,475 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x507331: ngx_stream_lua_inject_sleep_api (ngx_stream_lua_sleep.c:114)
==18901== by 0x4F5185: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2668)
==18901== by 0x4F5185: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5185: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5185: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_sleep_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,476 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x507485: ngx_stream_lua_inject_phase_api (ngx_stream_lua_phase.c:72)
==18901== by 0x4F518D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2669)
==18901== by 0x4F518D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F518D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F518D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_phase_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,477 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18901== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18901== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,478 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50A86C: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1922)
==18901== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18901== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,479 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50A890: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1925)
==18901== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18901== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,480 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50A8B4: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1928)
==18901== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18901== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,481 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50A8D8: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1931)
==18901== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18901== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,482 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50A8FC: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1934)
==18901== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18901== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,483 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18901== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18901== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,484 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50197B: ngx_stream_lua_inject_req_socket_api (ngx_stream_lua_socket_tcp.c:370)
==18901== by 0x4F51AF: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3232)
==18901== by 0x4F51AF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18901== by 0x4F51AF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51AF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51AF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_req_socket_api
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,485 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50E595: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:39)
==18901== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18901== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,486 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18901== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18901== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,487 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50E5B9: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:42)
==18901== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18901== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,488 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50E5DD: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:44)
==18901== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18901== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,489 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,490 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,491 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D28F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:321)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,492 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D2B3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:324)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,493 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D2D7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:327)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,494 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D2FB: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:330)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,495 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D31F: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:333)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,496 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D343: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:336)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,497 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D367: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:339)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,498 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D38B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:342)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,499 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D3AF: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:345)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,500 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D3D3: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:348)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,501 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D3F7: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:351)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,502 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50D41B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:354)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,503 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,504 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5013EC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:213)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,505 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,506 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501574: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:260)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,507 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501598: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:263)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,508 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5015BC: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:266)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,509 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5015E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:269)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,510 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,511 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50164F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:282)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,512 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501673: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:287)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,513 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501697: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:292)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,514 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5016BB: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:295)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,515 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5016DF: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:298)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,516 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501703: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:301)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,517 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501727: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:304)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,518 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50174B: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:307)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,519 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50176F: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:310)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,520 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501793: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:313)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,521 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,522 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501802: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:324)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,523 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,524 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501852: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:332)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,525 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,526 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5018A2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:340)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,527 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,528 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5018F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:348)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,529 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,530 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x501942: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:358)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,531 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x510D35: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:82)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,532 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,533 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x510D78: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:89)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,534 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x510D9C: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:92)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,535 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x510DC0: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:95)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,536 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x510DE4: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:98)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,537 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x510E08: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:101)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,538 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,539 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18901== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18901== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,540 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x502244: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:35)
==18901== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18901== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,541 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x502268: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:38)
==18901== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18901== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,542 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x50228C: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:41)
==18901== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18901== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,543 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18901== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18901== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,544 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x511FE9: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:54)
==18901== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18901== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,545 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x51200D: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:57)
==18901== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18901== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,546 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x512031: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:60)
==18901== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18901== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,547 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,548 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x5120E0: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:35)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,549 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x512130: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:42)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,550 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x512142: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:44)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,551 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x512154: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:45)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,552 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,553 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x51222D: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:27)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,554 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x512251: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:30)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,555 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x512275: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:33)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,556 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x512299: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:36)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,557 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18901== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18901== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,558 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x512473: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:28)
==18901== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18901== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,559 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x512497: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:30)
==18901== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18901== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,560 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,561 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x502B48: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:274)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,562 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x502B6C: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:277)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,563 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x502B90: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:280)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,564 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x502BB4: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:283)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,565 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547E9AB: lj_parse (lj_parse.c:2701)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,566 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54678D9: buf_grow (lj_buf.c:25)
==18901== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18901== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18901== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18901== by 0x54615CB: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18901== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,567 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x546D874: cpluaopen (lj_state.c:150)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18901== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,568 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18901== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,569 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,570 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18901== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,571 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18901== by 0x54C4211: luaopen_package (lib_package.c:583)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,572 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BC440: luaL_openlib (lib_aux.c:126)
==18901== by 0x54C423B: luaopen_package (lib_package.c:585)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,573 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54C4389: luaopen_package (lib_package.c:603)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,574 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,575 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18901== by 0x54C1510: luaopen_table (lib_table.c:303)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,576 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18901== by 0x54C1533: luaopen_table (lib_table.c:304)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,577 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,578 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C2956: luaopen_io (lib_io.c:534)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,579 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C325D: luaopen_os (lib_os.c:289)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,580 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,581 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,582 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,583 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,584 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,585 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18901== by 0x54C705F: luaopen_jit (lib_jit.c:764)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,586 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB8F6: lj_lib_prereg (lj_lib.c:165)
==18901== by 0x54C7078: luaopen_jit (lib_jit.c:768)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,587 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,588 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,589 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54C9DA9: luaL_openlibs (lib_init.c:50)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,590 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18901== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,591 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18901== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,592 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18901== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,593 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18901== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,594 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18901== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,595 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18901== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,596 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4BD63E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:714)
==18901== by 0x4BD63E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD63E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD63E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,597 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD674: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2891)
==18901== by 0x4BD674: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18901== by 0x4BD674: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD674: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD674: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,598 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18901== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18901== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,599 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4BD698: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2895)
==18901== by 0x4BD698: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18901== by 0x4BD698: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD698: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD698: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,600 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4BD6BC: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2898)
==18901== by 0x4BD6BC: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18901== by 0x4BD6BC: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6BC: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6BC: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,601 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B825C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,602 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A4191: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:275)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,603 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A41B5: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:278)
==18901== by 0x4BD700: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:722)
==18901== by 0x4BD700: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD700: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD700: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,604 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AB735: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==18901== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18901== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,605 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AB759: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==18901== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18901== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,606 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AB77D: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==18901== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18901== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,607 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AB7A1: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==18901== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18901== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,608 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AB7C5: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==18901== by 0x4BD708: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:723)
==18901== by 0x4BD708: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD708: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD708: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,609 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A7F37: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,610 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A7F7F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,611 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A7FA3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,612 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A7FC7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,613 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A7FEB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,614 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A800F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,615 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A8033: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,616 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A8057: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,617 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A807B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,618 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A809F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,619 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A80C3: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,620 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4A80D5: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,621 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A9EF0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,622 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A9F14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,623 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A9F38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,624 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A9F5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,625 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A9F80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,626 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A9FA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,627 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A9FC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,628 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A9FEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,629 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AA010: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,630 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AA034: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,631 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AA058: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,632 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AA07C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,633 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AA0A0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==18901== by 0x4BD718: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:725)
==18901== by 0x4BD718: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD718: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD718: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,634 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A7853: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==18901== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18901== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,635 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A7877: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==18901== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18901== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,636 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A789B: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==18901== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18901== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,637 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A78BF: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==18901== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18901== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,638 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A78E3: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==18901== by 0x4BD723: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:726)
==18901== by 0x4BD723: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD723: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD723: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,639 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18901== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18901== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,640 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A6A94: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1426)
==18901== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18901== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,641 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A6AB8: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1429)
==18901== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18901== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,642 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CE1E7: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:134)
==18901== by 0x4BD733: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:728)
==18901== by 0x4BD733: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD733: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD733: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,643 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D4A2A: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==18901== by 0x4BD73B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:729)
==18901== by 0x4BD73B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD73B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD73B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,644 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18901== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18901== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,645 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4B3963: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1932)
==18901== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18901== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,646 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4B3987: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1935)
==18901== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18901== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,647 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4B39AB: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1938)
==18901== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18901== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,648 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4B39CF: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1941)
==18901== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18901== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,649 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4B39F3: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1944)
==18901== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18901== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,650 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,651 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AD00E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:950)
==18901== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,652 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AD032: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:953)
==18901== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,653 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AD056: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:956)
==18901== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,654 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AD07A: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:959)
==18901== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,655 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AD09E: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:962)
==18901== by 0x4B9D52: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2089)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,656 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF9E6: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==18901== by 0x4B9D5D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2090)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,657 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4B0217: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:367)
==18901== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,658 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4B023B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:370)
==18901== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,659 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4B025F: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:373)
==18901== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,660 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4B0283: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:376)
==18901== by 0x4B9D65: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2091)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,661 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF586: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,662 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF5AA: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,663 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF5CE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,664 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF5F2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,665 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF616: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,666 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF63A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,667 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF65E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,668 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF682: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,669 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4AF6A6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==18901== by 0x4B9D6D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2092)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,670 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CD0B3: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:371)
==18901== by 0x4B9D75: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2093)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,671 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D4403: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==18901== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,672 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D4427: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==18901== by 0x4B9D7D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2094)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,673 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A80EA: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==18901== by 0x4B9D85: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2095)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,674 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A8687: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==18901== by 0x4B9D8D: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2096)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,675 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4ACF38: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:927)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,676 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,677 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4ACF5C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:930)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,678 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4ACF80: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:932)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,679 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,680 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4ACFD5: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:940)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,681 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18901== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18901== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,682 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4A8D55: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==18901== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18901== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,683 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18901== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18901== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,684 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A8D79: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==18901== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18901== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,685 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A8D9D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==18901== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18901== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,686 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4C426C: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:409)
==18901== by 0x4BD774: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:739)
==18901== by 0x4BD774: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD774: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD774: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,687 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,688 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCA56: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:205)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,689 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,690 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCBFD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,691 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCC21: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:236)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,692 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCC45: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:239)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,693 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCC69: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:242)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,694 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,695 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCCD8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:255)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,696 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCCFC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:258)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,697 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCD20: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:261)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,698 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCD44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:264)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,699 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCD68: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:267)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,700 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,701 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCDD7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,702 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCDFB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:290)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,703 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCE1F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:293)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,704 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCE43: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:296)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,705 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCE67: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:299)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,706 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCE8B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:302)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,707 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCEAF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:305)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,708 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCED3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,709 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCEF7: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:311)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,710 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCF1B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,711 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,712 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCF8A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:325)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,713 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,714 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CCFDA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,715 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,716 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CD02A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:341)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,717 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,718 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CD07A: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:349)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,719 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D3E1E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,720 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,721 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D3E61: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:87)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,722 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D3E85: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:90)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,723 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D3EA9: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:93)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,724 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D3ECD: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:96)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,725 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D3EF1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:99)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,726 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,727 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D3F60: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:110)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,728 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18901== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18901== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,729 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D521C: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==18901== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18901== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,730 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D5240: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==18901== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18901== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,731 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D5264: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==18901== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18901== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,732 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18901== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18901== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,733 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D63BC: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:56)
==18901== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18901== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,734 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D63E0: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:59)
==18901== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18901== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,735 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D6404: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:62)
==18901== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18901== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,736 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18901== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18901== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,737 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D64B4: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==18901== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18901== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,738 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D6504: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:42)
==18901== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18901== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,739 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D6516: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==18901== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18901== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,740 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4D6528: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==18901== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18901== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,741 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,742 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D6626: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:27)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,743 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D664A: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,744 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D666E: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,745 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4D6692: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,746 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18901== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18901== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,747 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A862F: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==18901== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18901== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,748 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A8653: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==18901== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18901== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,749 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,750 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CFCDA: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:273)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,751 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CFCFE: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:276)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,752 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CFD22: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:279)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,753 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4CFD46: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:282)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,754 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54790B8: fs_init (lj_parse.c:1615)
==18901== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,755 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54790B8: fs_init (lj_parse.c:1615)
==18901== by 0x547BA28: parse_body (lj_parse.c:1844)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18901== by 0x547E269: parse_for (lj_parse.c:2575)
==18901== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18901== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,756 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54790B8: fs_init (lj_parse.c:1615)
==18901== by 0x547BA28: parse_body (lj_parse.c:1844)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,757 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54790B8: fs_init (lj_parse.c:1615)
==18901== by 0x547BA28: parse_body (lj_parse.c:1844)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,758 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54790B8: fs_init (lj_parse.c:1615)
==18901== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,759 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54790B8: fs_init (lj_parse.c:1615)
==18901== by 0x547BA28: parse_body (lj_parse.c:1844)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_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: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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,760 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18901== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18901== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18901== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,761 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18901== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18901== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,762 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54790B8: fs_init (lj_parse.c:1615)
==18901== by 0x547EA0E: lj_parse (lj_parse.c:2706)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,763 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54790B8: fs_init (lj_parse.c:1615)
==18901== by 0x547BA28: parse_body (lj_parse.c:1844)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,764 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F5791: ngx_stream_lua_create_new_globals_table (ngx_stream_lua_util.c:1869)
==18901== by 0x4F583C: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:499)
==18901== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_create_new_globals_table
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,765 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18901== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,766 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,767 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 1 blocks are definitely lost in loss record 1,768 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5468659: newtab (lj_tab.c:122)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 32 bytes in 2 blocks are definitely lost in loss record 1,769 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x54B651E: lj_cdata_new (lj_cdata.h:45)
==18901== by 0x54B651E: lj_clib_index (lj_clib.c:372)
==18901== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_cdata_new
fun:lj_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 33 bytes in 1 blocks are definitely lost in loss record 1,772 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8354: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 33 bytes in 1 blocks are definitely lost in loss record 1,773 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B83EF: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 33 bytes in 1 blocks are definitely lost in loss record 1,774 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8544: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 34 bytes in 1 blocks are definitely lost in loss record 1,775 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18901== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 34 bytes in 1 blocks are definitely lost in loss record 1,776 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x546D8C9: cpluaopen (lj_state.c:154)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18901== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 34 bytes in 1 blocks are definitely lost in loss record 1,777 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8316: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 34 bytes in 1 blocks are definitely lost in loss record 1,778 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8373: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 35 bytes in 1 blocks are definitely lost in loss record 1,780 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 35 bytes in 1 blocks are definitely lost in loss record 1,781 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x4F502C: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2160)
==18901== by 0x4F502C: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F502C: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 35 bytes in 1 blocks are definitely lost in loss record 1,782 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x54C7029: luaopen_jit (lib_jit.c:761)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 35 bytes in 1 blocks are definitely lost in loss record 1,783 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547495A: lua_pushlstring (lj_api.c:578)
==18901== by 0x4BD532: ngx_http_lua_init_registry (ngx_http_lua_util.c:665)
==18901== by 0x4BD532: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD532: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_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
}
099-c-api.t TEST 2: number typed value ==18901== 36 bytes in 2 blocks are definitely lost in loss record 1,788 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478BD6: lex_string (lj_lex.c:280)
==18901== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x5479028: lex_opt (lj_parse.c:989)
==18901== by 0x547CBF7: expr_list (lj_parse.c:1875)
==18901== by 0x547D522: parse_args (lj_parse.c:1900)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18901== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18901== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 37 bytes in 1 blocks are definitely lost in loss record 1,790 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B827B: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 37 bytes in 1 blocks are definitely lost in loss record 1,791 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B842D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 37 bytes in 1 blocks are definitely lost in loss record 1,792 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8582: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 38 bytes in 1 blocks are definitely lost in loss record 1,795 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B829A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 38 bytes in 1 blocks are definitely lost in loss record 1,796 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8392: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 38 bytes in 1 blocks are definitely lost in loss record 1,797 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B848A: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 39 bytes in 1 blocks are definitely lost in loss record 1,800 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B82D8: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 39 bytes in 1 blocks are definitely lost in loss record 1,801 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B84A9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 1 blocks are definitely lost in loss record 1,822 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18901== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18901== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18901== by 0x54C2972: luaopen_io (lib_io.c:535)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 1 blocks are definitely lost in loss record 1,823 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18901== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18901== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18901== by 0x54C2994: luaopen_io (lib_io.c:536)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 1 blocks are definitely lost in loss record 1,824 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18901== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18901== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18901== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 1 blocks are definitely lost in loss record 1,825 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18901== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18901== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18901== by 0x54C2972: luaopen_io (lib_io.c:535)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 1 blocks are definitely lost in loss record 1,826 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18901== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18901== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18901== by 0x54C2994: luaopen_io (lib_io.c:536)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 1 blocks are definitely lost in loss record 1,827 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18901== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18901== by 0x54C1C4A: io_std_new (lib_io.c:518)
==18901== by 0x54C29B3: luaopen_io (lib_io.c:537)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 1 blocks are definitely lost in loss record 1,828 of 2,487
==18901== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469521: lj_tab_resize (lj_tab.c:266)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5469207: lj_tab_setinth (lj_tab.c:522)
==18901== by 0x547D0A8: expr_table (lj_parse.c:1744)
==18901== by 0x547C839: expr_simple (lj_parse.c:2002)
==18901== by 0x547C839: expr_unop (lj_parse.c:2075)
==18901== by 0x547C839: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 2 blocks are definitely lost in loss record 1,829 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18901== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 2 blocks are definitely lost in loss record 1,830 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 2 blocks are definitely lost in loss record 1,831 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18901== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 2 blocks are definitely lost in loss record 1,832 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18901== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 2 blocks are definitely lost in loss record 1,833 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 2 blocks are definitely lost in loss record 1,834 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478BD6: lex_string (lj_lex.c:280)
==18901== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547D511: parse_args (lj_parse.c:1896)
==18901== by 0x547D7B4: expr_primary (lj_parse.c:1959)
==18901== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18901== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
}
099-c-api.t TEST 2: number typed value ==18901== 40 bytes in 2 blocks are definitely lost in loss record 1,835 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18901== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D522: parse_args (lj_parse.c:1900)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBEA: expr (lj_parse.c:2107)
==18901== by 0x547CBEA: expr_list (lj_parse.c:1877)
==18901== by 0x547D522: parse_args (lj_parse.c:1900)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18901== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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: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_args
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
}
099-c-api.t TEST 2: number typed value ==18901== 41 bytes in 1 blocks are definitely lost in loss record 1,839 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B81E0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 42 bytes in 1 blocks are definitely lost in loss record 1,840 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B85C0: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:194)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 42 bytes in 2 blocks are definitely lost in loss record 1,841 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 42 bytes in 2 blocks are definitely lost in loss record 1,842 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 43 bytes in 1 blocks are definitely lost in loss record 1,846 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8506: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 43 bytes in 1 blocks are definitely lost in loss record 1,847 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B85A1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 44 bytes in 1 blocks are definitely lost in loss record 1,848 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x4B8525: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==18901== by 0x4BD6F0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:719)
==18901== by 0x4BD6F0: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD6F0: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD6F0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 44 bytes in 2 blocks are definitely lost in loss record 1,849 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18901== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18901== by 0x547E269: parse_for (lj_parse.c:2575)
==18901== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18901== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 45 bytes in 2 blocks are definitely lost in loss record 1,854 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478BD6: lex_string (lj_lex.c:280)
==18901== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547D511: parse_args (lj_parse.c:1896)
==18901== by 0x547D7B4: expr_primary (lj_parse.c:1959)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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_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_return
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
}
099-c-api.t TEST 2: number typed value ==18901== 47 bytes in 2 blocks are definitely lost in loss record 1,855 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18901== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 47 bytes in 2 blocks are definitely lost in loss record 1,856 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18901== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,905 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18901== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,906 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18901== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,907 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,908 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,909 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F51A7: ngx_stream_lua_inject_req_api (ngx_stream_lua_util.c:3230)
==18901== by 0x4F51A7: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2675)
==18901== by 0x4F51A7: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51A7: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51A7: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_req_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,910 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50E5A7: ngx_stream_lua_inject_variable_api (ngx_stream_lua_variable.c:41)
==18901== by 0x4F51C9: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2676)
==18901== by 0x4F51C9: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51C9: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51C9: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_variable_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,911 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50D26B: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:316)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,912 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x54685B7: newtab (lj_tab.c:107)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50D492: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:368)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,913 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x5017F0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:323)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,914 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x501840: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:331)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,915 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x501890: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:339)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,916 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x5018E0: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:347)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,917 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x501930: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:357)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,918 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x510E65: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:111)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,919 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x512461: ngx_stream_lua_inject_misc_api (ngx_stream_lua_misc.c:27)
==18901== by 0x4F5215: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2685)
==18901== by 0x4F5215: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5215: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5215: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_misc_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,920 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54BE3E7: newproxy_weaktable (lib_base.c:644)
==18901== by 0x54BE3E7: luaopen_base (lib_base.c:658)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,921 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474F7E: luaL_newmetatable (lj_api.c:653)
==18901== by 0x54C41FB: luaopen_package (lib_package.c:582)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,922 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54C0AA7: luaopen_string (lib_string.c:744)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,923 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7095: luaopen_jit (lib_jit.c:771)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,924 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD686: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2893)
==18901== by 0x4BD686: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:717)
==18901== by 0x4BD686: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD686: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD686: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,925 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4A6A82: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1424)
==18901== by 0x4BD72B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:727)
==18901== by 0x4BD72B: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD72B: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD72B: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,926 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4ACF4A: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:929)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,927 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4ACFC3: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:938)
==18901== by 0x4BD756: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:736)
==18901== by 0x4BD756: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD756: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD756: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,928 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4AD10D: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:980)
==18901== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18901== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,929 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4A8D67: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==18901== by 0x4BD769: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:738)
==18901== by 0x4BD769: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD769: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD769: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,930 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCF78: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,931 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCFC8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:332)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,932 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CD018: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:340)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,933 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CD068: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:348)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,934 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D3F4E: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:109)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,935 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4A861D: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==18901== by 0x4BD7B5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:747)
==18901== by 0x4BD7B5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7B5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7B5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,936 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x54685B7: newtab (lj_tab.c:107)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x547D1C8: expr_table (lj_parse.c:1738)
==18901== by 0x547C839: expr_simple (lj_parse.c:2002)
==18901== by 0x547C839: expr_unop (lj_parse.c:2075)
==18901== by 0x547C839: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,937 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478BD6: lex_string (lj_lex.c:280)
==18901== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547D511: parse_args (lj_parse.c:1896)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18901== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18901== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18901== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18901== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,938 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4B9024: ngx_http_lua_create_new_globals_table (ngx_http_lua_util.c:183)
==18901== by 0x4B90CF: ngx_http_lua_new_thread (ngx_http_lua_util.c:325)
==18901== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18901== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_new_globals_table
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,939 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4B90E1: ngx_http_lua_new_thread (ngx_http_lua_util.c:327)
==18901== by 0x4BE7FC: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:54)
==18901== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_new_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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,940 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18901== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18901== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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_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
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,941 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F584E: ngx_stream_lua_new_thread (ngx_stream_lua_util.c:501)
==18901== by 0x4F400A: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:108)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_new_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,942 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54C9913: luaopen_ffi (lib_ffi.c:851)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,943 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x54C9962: ffi_finalizer (lib_ffi.c:828)
==18901== by 0x54C9962: luaopen_ffi (lib_ffi.c:852)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 48 bytes in 1 blocks are definitely lost in loss record 1,944 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18901== by 0x54B6373: lj_clib_index (lj_clib.c:331)
==18901== by 0x54C7F08: lj_cf_ffi_clib___index (lib_ffi.c:375)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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_clib_index
fun:lj_cf_ffi_clib___index
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 49 bytes in 2 blocks are definitely lost in loss record 1,946 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 51 bytes in 2 blocks are definitely lost in loss record 1,947 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18901== by 0x54C423B: luaopen_package (lib_package.c:585)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 51 bytes in 2 blocks are definitely lost in loss record 1,948 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54761BC: lua_setfield (lj_api.c:903)
==18901== by 0x54BC4E4: luaL_openlib (lib_aux.c:139)
==18901== by 0x54C423B: luaopen_package (lib_package.c:585)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 2: number typed value ==18901== 54 bytes in 1 blocks are definitely lost in loss record 1,952 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54755CB: lua_getfield (lj_api.c:738)
==18901== by 0x4F907A: ngx_stream_lua_cache_load_code (ngx_stream_lua_cache.c:49)
==18901== by 0x4F922F: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:145)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_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_stream_lua_cache_load_code
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 59 bytes in 3 blocks are definitely lost in loss record 1,970 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18901== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
}
099-c-api.t TEST 2: number typed value ==18901== 64 bytes in 1 blocks are definitely lost in loss record 2,000 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18901== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18901== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,001 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x510E77: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:112)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 64 bytes in 1 blocks are definitely lost in loss record 2,002 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18901== by 0x547522C: lua_newuserdata (lj_api.c:687)
==18901== by 0x54BE9FD: luaopen_math (lib_math.c:221)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,003 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x4A7F5B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==18901== by 0x4BD710: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:724)
==18901== by 0x4BD710: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD710: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD710: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 64 bytes in 1 blocks are definitely lost in loss record 2,004 of 2,487
==18901== at 0x4C2B2C6: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54678D9: buf_grow (lj_buf.c:25)
==18901== by 0x546796A: lj_buf_more2 (lj_buf.c:46)
==18901== by 0x546AF4E: lj_buf_more (lj_buf.h:64)
==18901== by 0x546AF4E: lj_meta_cat (lj_meta.c:287)
==18901== by 0x547530F: lua_concat (lj_api.c:699)
==18901== by 0x4CBADB: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:516)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18901== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18901== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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:ngx_http_lua_socket_tcp_connect
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
}
099-c-api.t TEST 2: number typed value ==18901== 64 bytes in 2 blocks are definitely lost in loss record 2,005 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18901== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 64 bytes in 2 blocks are definitely lost in loss record 2,006 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18901== by 0x54C43BB: luaopen_package (lib_package.c:606)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 2: number typed value ==18901== 64 bytes in 2 blocks are definitely lost in loss record 2,007 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478BD6: lex_string (lj_lex.c:280)
==18901== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547D511: parse_args (lj_parse.c:1896)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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_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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 2: number typed value ==18901== 64 bytes in 2 blocks are definitely lost in loss record 2,008 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 65 bytes in 2 blocks are definitely lost in loss record 2,011 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547B6BB: expr_field (lj_parse.c:1671)
==18901== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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: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_return
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 2: number typed value ==18901== 67 bytes in 3 blocks are definitely lost in loss record 2,013 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 67 bytes in 3 blocks are definitely lost in loss record 2,014 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 69 bytes in 3 blocks are definitely lost in loss record 2,017 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18901== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 72 bytes in 1 blocks are definitely lost in loss record 2,027 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x54685B7: newtab (lj_tab.c:107)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54C4264: luaopen_package (lib_package.c:588)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 72 bytes in 1 blocks are definitely lost in loss record 2,028 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x54685B7: newtab (lj_tab.c:107)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54C4264: luaopen_package (lib_package.c:588)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 72 bytes in 1 blocks are definitely lost in loss record 2,029 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x54685B7: newtab (lj_tab.c:107)
==18901== by 0x5468883: lj_tab_dup (lj_tab.c:187)
==18901== by 0x54618DF: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18901== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,030 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A206: lj_udata_new (lj_udata.c:15)
==18901== by 0x54B62C4: clib_new (lj_clib.c:386)
==18901== by 0x54B6908: lj_clib_default (lj_clib.c:414)
==18901== by 0x54C9AE7: luaopen_ffi (lib_ffi.c:861)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 73 bytes in 3 blocks are definitely lost in loss record 2,031 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 80 bytes in 1 blocks are definitely lost in loss record 2,048 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18901== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18901== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 80 bytes in 1 blocks are definitely lost in loss record 2,049 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18901== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18901== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 80 bytes in 1 blocks are definitely lost in loss record 2,050 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x54685B7: newtab (lj_tab.c:107)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4C6D05: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:404)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4BAD02: ngx_http_lua_run_thread (ngx_http_lua_util.c:1005)
==18901== by 0x4BE949: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:120)
==18901== by 0x4BEA23: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:310)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-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_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
}
099-c-api.t TEST 2: number typed value ==18901== 80 bytes in 4 blocks are definitely lost in loss record 2,051 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18901== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 80 bytes in 4 blocks are definitely lost in loss record 2,052 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469E78: lj_func_newL_empty (lj_func.c:138)
==18901== by 0x54BB66B: lib_read_lfunc (lj_lib.c:65)
==18901== by 0x54BB66B: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 91 bytes in 4 blocks are definitely lost in loss record 2,058 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 92 bytes in 1 blocks are definitely lost in loss record 2,059 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 93 bytes in 4 blocks are definitely lost in loss record 2,062 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB609: lib_read_lfunc (lj_lib.c:52)
==18901== by 0x54BB609: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,076 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x5013DA: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:211)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,077 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x502232: ngx_stream_lua_inject_uthread_api (ngx_stream_lua_uthread.c:33)
==18901== by 0x4F51F5: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2680)
==18901== by 0x4F51F5: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51F5: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51F5: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_uthread_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,078 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x511FD7: ngx_stream_lua_inject_timer_api (ngx_stream_lua_timer.c:52)
==18901== by 0x4F51FD: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2681)
==18901== by 0x4F51FD: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51FD: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51FD: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_timer_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,079 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x51221B: ngx_stream_lua_inject_worker_api (ngx_stream_lua_worker.c:25)
==18901== by 0x4F520D: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2683)
==18901== by 0x4F520D: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F520D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F520D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_worker_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,080 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCA44: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:203)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,081 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D520A: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==18901== by 0x4BD795: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:742)
==18901== by 0x4BD795: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD795: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD795: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,082 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D63AA: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:54)
==18901== by 0x4BD79D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==18901== by 0x4BD79D: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD79D: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD79D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,083 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D6614: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:25)
==18901== by 0x4BD7AD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:745)
==18901== by 0x4BD7AD: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7AD: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7AD: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,084 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5479E94: const_gc (lj_parse.c:218)
==18901== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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:const_gc
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: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
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,085 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5479E94: const_gc (lj_parse.c:218)
==18901== by 0x547BBAB: parse_body (lj_parse.c:1858)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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:const_gc
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,086 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,087 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C9A73: luaopen_ffi (lib_ffi.c:857)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 1 blocks are definitely lost in loss record 2,088 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5461C20: lj_BC_TSETS (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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_BC_TSETS
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 3 blocks are definitely lost in loss record 2,089 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18901== by 0x54C423B: luaopen_package (lib_package.c:585)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 3 blocks are definitely lost in loss record 2,090 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BC4D1: luaL_openlib (lib_aux.c:138)
==18901== by 0x54C423B: luaopen_package (lib_package.c:585)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_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_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
}
099-c-api.t TEST 2: number typed value ==18901== 96 bytes in 3 blocks are definitely lost in loss record 2,091 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C9A5B: luaopen_ffi (lib_ffi.c:856)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 112 bytes in 5 blocks are definitely lost in loss record 2,106 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C2956: luaopen_io (lib_io.c:534)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 112 bytes in 5 blocks are definitely lost in loss record 2,107 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C2956: luaopen_io (lib_io.c:534)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 119 bytes in 1 blocks are definitely lost in loss record 2,112 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18901== by 0x54C40DA: setpath (lib_package.c:545)
==18901== by 0x54C431B: luaopen_package (lib_package.c:598)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 124 bytes in 6 blocks are definitely lost in loss record 2,118 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18901== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 124 bytes in 6 blocks are definitely lost in loss record 2,119 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18901== by 0x54C9D59: luaL_openlibs (lib_init.c:44)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 126 bytes in 1 blocks are definitely lost in loss record 2,120 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547BB80: parse_body (lj_parse.c:1853)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
}
099-c-api.t TEST 2: number typed value ==18901== 126 bytes in 1 blocks are definitely lost in loss record 2,121 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547BB80: parse_body (lj_parse.c:1853)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 128 bytes in 4 blocks are definitely lost in loss record 2,140 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18901== by 0x54C427A: luaopen_package (lib_package.c:590)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 128 bytes in 4 blocks are definitely lost in loss record 2,141 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 128 bytes in 4 blocks are definitely lost in loss record 2,142 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x5474C15: lua_pushcclosure (lj_api.c:619)
==18901== by 0x54BB859: lj_lib_pushcc (lj_lib.c:155)
==18901== by 0x54C427A: luaopen_package (lib_package.c:590)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 128 bytes in 4 blocks are definitely lost in loss record 2,143 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 130 bytes in 1 blocks are definitely lost in loss record 2,144 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547BB80: parse_body (lj_parse.c:1853)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 130 bytes in 1 blocks are definitely lost in loss record 2,145 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547BB80: parse_body (lj_parse.c:1853)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 134 bytes in 6 blocks are definitely lost in loss record 2,147 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 136 bytes in 6 blocks are definitely lost in loss record 2,148 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 145 (92 direct, 53 indirect) bytes in 1 blocks are definitely lost in loss record 2,157 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 154 bytes in 7 blocks are definitely lost in loss record 2,159 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 154 bytes in 7 blocks are definitely lost in loss record 2,160 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 160 bytes in 5 blocks are definitely lost in loss record 2,170 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 160 bytes in 5 blocks are definitely lost in loss record 2,171 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 172 bytes in 5 blocks are definitely lost in loss record 2,175 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18901== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18901== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 172 bytes in 5 blocks are definitely lost in loss record 2,176 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469C3B: func_newL (lj_func.c:122)
==18901== by 0x5469F4D: lj_func_newL_gc (lj_func.c:160)
==18901== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18901== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 176 bytes in 2 blocks are definitely lost in loss record 2,182 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18901== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18901== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 176 bytes in 2 blocks are definitely lost in loss record 2,183 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18901== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18901== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 187 bytes in 1 blocks are definitely lost in loss record 2,186 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x5014F2: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:221)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 187 bytes in 1 blocks are definitely lost in loss record 2,187 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CCB7B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:215)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,192 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,193 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,194 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18901== by 0x54761F8: lua_setfield (lj_api.c:904)
==18901== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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:luaL_openlibs
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,195 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F506A: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2166)
==18901== by 0x4F506A: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F506A: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,196 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F50C2: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2179)
==18901== by 0x4F50C2: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F50C2: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,197 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50A85A: ngx_stream_lua_inject_regex_api (ngx_stream_lua_regex.c:1920)
==18901== by 0x4F5195: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2672)
==18901== by 0x4F5195: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5195: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5195: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_regex_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,198 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x501562: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:258)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,199 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x510D66: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:87)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,200 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x5120AF: ngx_stream_lua_inject_config_api (ngx_stream_lua_config.c:26)
==18901== by 0x4F5205: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2682)
==18901== by 0x4F5205: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5205: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5205: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_config_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,201 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,202 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,203 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18901== by 0x54761F8: lua_setfield (lj_api.c:904)
==18901== by 0x54C9DBE: luaL_openlibs (lib_init.c:51)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,204 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD570: ngx_http_lua_init_registry (ngx_http_lua_util.c:671)
==18901== by 0x4BD570: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD570: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,205 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD5C8: ngx_http_lua_init_registry (ngx_http_lua_util.c:684)
==18901== by 0x4BD5C8: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD5C8: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,206 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4B3951: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1930)
==18901== by 0x4BD743: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:732)
==18901== by 0x4BD743: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD743: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD743: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,207 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCBEB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:231)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,208 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCCC6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:253)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,209 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D3E4F: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:85)
==18901== by 0x4BD78A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==18901== by 0x4BD78A: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD78A: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD78A: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,210 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4D6483: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==18901== by 0x4BD7A5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==18901== by 0x4BD7A5: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD7A5: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD7A5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,211 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18901== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x5479028: lex_opt (lj_parse.c:989)
==18901== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18901== by 0x547D53E: parse_args (lj_parse.c:1904)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E47B: parse_local (lj_parse.c:2259)
==18901== by 0x547E47B: parse_stmt (lj_parse.c:2646)
==18901== by 0x547E47B: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 1 blocks are definitely lost in loss record 2,212 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18901== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x5479028: lex_opt (lj_parse.c:989)
==18901== by 0x547A5D7: lex_match (lj_parse.c:1006)
==18901== by 0x547D53E: parse_args (lj_parse.c:1904)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547BDEA: expr_simple (lj_parse.c:2009)
==18901== by 0x547BDEA: expr_unop (lj_parse.c:2075)
==18901== by 0x547BDEA: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 6 blocks are definitely lost in loss record 2,213 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 192 bytes in 6 blocks are definitely lost in loss record 2,214 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54BE4C5: luaopen_base (lib_base.c:660)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 205 bytes in 9 blocks are definitely lost in loss record 2,215 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C325D: luaopen_os (lib_os.c:289)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 207 bytes in 9 blocks are definitely lost in loss record 2,216 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C325D: luaopen_os (lib_os.c:289)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 208 bytes in 9 blocks are definitely lost in loss record 2,222 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 218 bytes in 1 blocks are definitely lost in loss record 2,224 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18901== by 0x54C40DA: setpath (lib_package.c:545)
==18901== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 218 bytes in 1 blocks are definitely lost in loss record 2,225 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x5474A25: lua_pushstring (lj_api.c:590)
==18901== by 0x54C40DA: setpath (lib_package.c:545)
==18901== by 0x54C42FB: luaopen_package (lib_package.c:597)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 231 bytes in 1 blocks are definitely lost in loss record 2,231 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547BB80: parse_body (lj_parse.c:1853)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18901== by 0x547E269: parse_for (lj_parse.c:2575)
==18901== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18901== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x502BFD: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:321)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 231 bytes in 1 blocks are definitely lost in loss record 2,232 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547BB80: parse_body (lj_parse.c:1853)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18901== by 0x547E269: parse_for (lj_parse.c:2575)
==18901== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18901== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 235 (200 direct, 35 indirect) bytes in 1 blocks are definitely lost in loss record 2,235 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4AD122: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:982)
==18901== by 0x4BD761: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:737)
==18901== by 0x4BD761: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD761: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD761: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 239 bytes in 11 blocks are definitely lost in loss record 2,236 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 239 bytes in 11 blocks are definitely lost in loss record 2,237 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 240 bytes in 11 blocks are definitely lost in loss record 2,240 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 253 bytes in 11 blocks are definitely lost in loss record 2,242 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB3D1: lj_lib_register (lj_lib.c:143)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 256 bytes in 10 blocks are definitely lost in loss record 2,251 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 261 bytes in 12 blocks are definitely lost in loss record 2,252 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 284 bytes in 11 blocks are definitely lost in loss record 2,255 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 288 bytes in 9 blocks are definitely lost in loss record 2,257 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 288 bytes in 9 blocks are definitely lost in loss record 2,258 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 352 bytes in 11 blocks are definitely lost in loss record 2,269 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C2956: luaopen_io (lib_io.c:534)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 352 bytes in 11 blocks are definitely lost in loss record 2,270 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C325D: luaopen_os (lib_os.c:289)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 352 bytes in 11 blocks are definitely lost in loss record 2,271 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C2956: luaopen_io (lib_io.c:534)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 352 bytes in 11 blocks are definitely lost in loss record 2,272 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C325D: luaopen_os (lib_os.c:289)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 360 bytes in 15 blocks are definitely lost in loss record 2,277 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A03F: func_finduv (lj_func.c:52)
==18901== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18901== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18901== by 0x502C64: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:333)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 360 bytes in 15 blocks are definitely lost in loss record 2,278 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x546A03F: func_finduv (lj_func.c:52)
==18901== by 0x546A03F: lj_func_newL_gc (lj_func.c:169)
==18901== by 0x5461825: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x5476D2C: lua_pcall (lj_api.c:1055)
==18901== by 0x4CFE0F: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:332)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 367 bytes in 1 blocks are definitely lost in loss record 2,279 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547BB80: parse_body (lj_parse.c:1853)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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: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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,286 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18901== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,287 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18901== by 0x54761F8: lua_setfield (lj_api.c:904)
==18901== by 0x54C439D: luaopen_package (lib_package.c:604)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,288 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,289 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C2956: luaopen_io (lib_io.c:534)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,290 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C325D: luaopen_os (lib_os.c:289)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,291 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,292 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,293 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,294 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,295 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F5096: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2172)
==18901== by 0x4F5096: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F5096: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,296 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50D27D: ngx_stream_lua_inject_shdict_api (ngx_stream_lua_shdict.c:319)
==18901== by 0x4F51D4: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2677)
==18901== by 0x4F51D4: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51D4: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51D4: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_shdict_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,297 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x50163D: ngx_stream_lua_inject_socket_tcp_api (ngx_stream_lua_socket_tcp.c:280)
==18901== by 0x4F51DF: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2678)
==18901== by 0x4F51DF: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51DF: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51DF: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_socket_tcp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,298 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x502A63: ngx_stream_lua_inject_coroutine_api (ngx_stream_lua_coroutine.c:250)
==18901== by 0x4F5282: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2695)
==18901== by 0x4F5282: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5282: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5282: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_coroutine_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,299 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB145: lib_create_table (lj_lib.c:31)
==18901== by 0x54BB145: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,300 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x546A8A7: lj_meta_tset (lj_meta.c:182)
==18901== by 0x54761F8: lua_setfield (lj_api.c:904)
==18901== by 0x54C439D: luaopen_package (lib_package.c:604)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,301 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C28DD: luaopen_io (lib_io.c:531)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,302 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C2956: luaopen_io (lib_io.c:534)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,303 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C325D: luaopen_os (lib_os.c:289)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,304 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,305 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,306 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,307 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C7046: luaopen_jit (lib_jit.c:762)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,308 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD59C: ngx_http_lua_init_registry (ngx_http_lua_util.c:677)
==18901== by 0x4BD59C: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD59C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,309 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CCDC5: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:278)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,310 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4CFBF5: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:249)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 1 blocks are definitely lost in loss record 2,311 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18901== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547C72F: expr_simple (lj_parse.c:2012)
==18901== by 0x547C72F: expr_unop (lj_parse.c:2075)
==18901== by 0x547C72F: expr_binop (lj_parse.c:2088)
==18901== by 0x547C173: expr_binop (lj_parse.c:2096)
==18901== by 0x547CC21: expr (lj_parse.c:2107)
==18901== by 0x547CC21: expr_cond (lj_parse.c:2122)
==18901== by 0x547E8DD: parse_then (lj_parse.c:2587)
==18901== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18901== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18901== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18901== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18901== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18901== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547D937: parse_assignment (lj_parse.c:2200)
==18901== by 0x547DB03: parse_call_assign (lj_parse.c:2231)
==18901== by 0x547DB03: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DB03: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18901== by 0x547E269: parse_for (lj_parse.c:2575)
==18901== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18901== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 12 blocks are definitely lost in loss record 2,312 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 384 bytes in 12 blocks are definitely lost in loss record 2,313 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54BEF5D: luaopen_bit (lib_bit.c:177)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 395 bytes in 1 blocks are definitely lost in loss record 2,314 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547EA77: lj_parse (lj_parse.c:2718)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 402 bytes in 19 blocks are definitely lost in loss record 2,315 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18901== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18901== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 403 bytes in 19 blocks are definitely lost in loss record 2,316 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x5478F8D: lj_lex_init (lj_lex.c:504)
==18901== by 0x546D8BF: cpluaopen (lj_state.c:153)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18901== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 416 bytes in 13 blocks are definitely lost in loss record 2,320 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 416 bytes in 13 blocks are definitely lost in loss record 2,321 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C0A70: luaopen_string (lib_string.c:739)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 463 bytes in 20 blocks are definitely lost in loss record 2,329 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18901== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18901== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 463 bytes in 20 blocks are definitely lost in loss record 2,330 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x546A41F: lj_meta_init (lj_meta.c:40)
==18901== by 0x546D8B7: cpluaopen (lj_state.c:152)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18901== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_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
}
099-c-api.t TEST 2: number typed value ==18901== 507 bytes in 24 blocks are definitely lost in loss record 2,337 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 509 bytes in 24 blocks are definitely lost in loss record 2,338 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 512 bytes in 16 blocks are definitely lost in loss record 2,343 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 512 bytes in 16 blocks are definitely lost in loss record 2,344 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C540D: luaopen_debug (lib_debug.c:402)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 530 bytes in 22 blocks are definitely lost in loss record 2,349 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 544 bytes in 17 blocks are definitely lost in loss record 2,350 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 552 bytes in 4 blocks are definitely lost in loss record 2,351 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18901== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18901== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 552 bytes in 4 blocks are definitely lost in loss record 2,352 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547F0DB: lj_bcread_proto (lj_bcread.c:343)
==18901== by 0x54BB656: lib_read_lfunc (lj_lib.c:63)
==18901== by 0x54BB656: lj_lib_register (lj_lib.c:116)
==18901== by 0x54C14ED: luaopen_table (lib_table.c:298)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 554 bytes in 23 blocks are definitely lost in loss record 2,353 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54BB352: lj_lib_register (lj_lib.c:110)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 576 bytes in 18 blocks are definitely lost in loss record 2,356 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 621 bytes in 1 blocks are definitely lost in loss record 2,363 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x547B991: lj_parse_keepstr (lj_parse.c:237)
==18901== by 0x5477D01: lex_longstring (lj_lex.c:175)
==18901== by 0x547846C: lex_scan (lj_lex.c:338)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547A478: lex_str (lj_parse.c:1024)
==18901== by 0x547B6E2: expr_str (lj_parse.c:1630)
==18901== by 0x547B6E2: expr_field (lj_parse.c:1672)
==18901== by 0x547D69F: expr_primary (lj_parse.c:1948)
==18901== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18901== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_longstring
fun:lex_scan
fun:lj_lex_next
fun:lex_str
fun:expr_str
fun:expr_field
fun:expr_primary
fun:parse_call_assign
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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
}
099-c-api.t TEST 2: number typed value ==18901== 707 bytes in 1 blocks are definitely lost in loss record 2,375 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x547ABE1: fs_finish (lj_parse.c:1568)
==18901== by 0x547BB80: parse_body (lj_parse.c:1853)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,384 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,385 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F500D: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2155)
==18901== by 0x4F500D: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F500D: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,386 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F503E: ngx_stream_lua_init_registry (ngx_stream_lua_util.c:2161)
==18901== by 0x4F503E: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1144)
==18901== by 0x4F503E: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_init_registry
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,387 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x54763AF: lua_rawset (lj_api.c:923)
==18901== by 0x510E46: ngx_stream_lua_inject_socket_udp_api (ngx_stream_lua_socket_udp.c:106)
==18901== by 0x4F51EA: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2679)
==18901== by 0x4F51EA: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F51EA: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F51EA: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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_stream_lua_inject_socket_udp_api
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,388 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BC2B9: luaL_findtable (lib_aux.c:93)
==18901== by 0x54BB183: lib_create_table (lj_lib.c:35)
==18901== by 0x54BB183: lj_lib_register (lj_lib.c:78)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,389 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD513: ngx_http_lua_init_registry (ngx_http_lua_util.c:660)
==18901== by 0x4BD513: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD513: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,390 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD544: ngx_http_lua_init_registry (ngx_http_lua_util.c:666)
==18901== by 0x4BD544: ngx_http_lua_new_state (ngx_http_lua_util.c:297)
==18901== by 0x4BD544: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: 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
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,391 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4B9D4A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2087)
==18901== by 0x4BD74E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:735)
==18901== by 0x4BD74E: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD74E: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD74E: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,392 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x54763AF: lua_rawset (lj_api.c:923)
==18901== by 0x4CD099: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:351)
==18901== by 0x4BD77F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:740)
==18901== by 0x4BD77F: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD77F: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD77F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,393 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18901== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547DD4E: parse_stmt (lj_parse.c:2645)
==18901== by 0x547DD4E: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E269: parse_for_iter (lj_parse.c:2552)
==18901== by 0x547E269: parse_for (lj_parse.c:2575)
==18901== by 0x547E269: parse_stmt (lj_parse.c:2636)
==18901== by 0x547E269: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x5480AFB: luaL_loadbufferx (lj_load.c:143)
==18901== by 0x4CFDA8: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:320)
==18901== by 0x4BD822: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==18901== by 0x4BD822: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD822: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD822: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<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
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,394 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18901== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18901== by 0x5478A8F: lex_scan (lj_lex.c:301)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547DC23: parse_return (lj_parse.c:2308)
==18901== by 0x547DC23: parse_stmt (lj_parse.c:2649)
==18901== by 0x547DC23: parse_chunk (lj_parse.c:2682)
==18901== by 0x547E8A8: parse_block (lj_parse.c:2400)
==18901== by 0x547E8F4: parse_then (lj_parse.c:2589)
==18901== by 0x547E0E4: parse_if (lj_parse.c:2599)
==18901== by 0x547E0E4: parse_stmt (lj_parse.c:2625)
==18901== by 0x547E0E4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4C0A60: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:731)
==18901== by 0x4BDFF0: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:166)
==18901== by 0x4BEA0E: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:300)
==18901== by 0x4BE4C7: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:222)
==18901== by 0x4541E6: ngx_http_core_content_phase (ngx_http_core_module.c:1379)
==18901== by 0x44ED12: ngx_http_core_run_phases (ngx_http_core_module.c:856)
==18901== by 0x44EE20: ngx_http_handler (ngx_http_core_module.c:839)
==18901== by 0x457732: ngx_http_process_request (ngx_http_request.c:1916)
==18901== by 0x45A5C6: ngx_http_process_request_headers (ngx_http_request.c:1348)
==18901== by 0x45AB33: ngx_http_process_request_line (ngx_http_request.c:1027)
==18901== by 0x45B628: ngx_http_wait_request_handler (ngx_http_request.c:504)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3D7: ngx_process_events_and_timers (ngx_event.c:259)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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_return
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_return
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
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,395 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C9A29: luaopen_ffi (lib_ffi.c:853)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 768 bytes in 1 blocks are definitely lost in loss record 2,396 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x54BB71E: lib_create_table (lj_lib.c:44)
==18901== by 0x54BB71E: lj_lib_register (lj_lib.c:78)
==18901== by 0x54C9B27: luaopen_ffi (lib_ffi.c:864)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 848 bytes in 26 blocks are definitely lost in loss record 2,405 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 848 bytes in 26 blocks are definitely lost in loss record 2,406 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54BEA21: luaopen_math (lib_math.c:223)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 1,000 bytes in 27 blocks are definitely lost in loss record 2,415 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4F4D9B: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1055)
==18901== by 0x4F4D9B: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 1,000 bytes in 27 blocks are definitely lost in loss record 2,416 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x5466697: lj_mem_newgco (lj_gc.c:824)
==18901== by 0x5469E26: lj_func_newC (lj_func.c:109)
==18901== by 0x54BB2ED: lj_lib_register (lj_lib.c:92)
==18901== by 0x54BE4A8: luaopen_base (lib_base.c:659)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C9D68: luaL_openlibs (lib_init.c:45)
==18901== by 0x4BD2A1: ngx_http_lua_new_state (ngx_http_lua_util.c:208)
==18901== by 0x4BD2A1: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
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
}
099-c-api.t TEST 2: number typed value ==18901== 1,347 bytes in 54 blocks are definitely lost in loss record 2,434 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x54683C9: lj_str_new (lj_str.c:188)
==18901== by 0x54AFD29: lj_ctype_init (lj_ctype.c:611)
==18901== by 0x54C9901: luaopen_ffi (lib_ffi.c:850)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x54C349B: lj_cf_package_require (lib_package.c:439)
==18901== by 0x54626F7: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x4F5EA0: ngx_stream_lua_run_thread (ngx_stream_lua_util.c:1220)
==18901== by 0x4F4155: ngx_stream_lua_content_by_chunk (ngx_stream_lua_contentby.c:167)
==18901== by 0x4F4232: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:74)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<insert_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:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_stream_lua_run_thread
fun:ngx_stream_lua_content_by_chunk
fun:ngx_stream_lua_content_handler_inline
fun:ngx_stream_lua_content_handler
fun:ngx_stream_init_session
fun:ngx_stream_init_connection
fun:ngx_event_accept
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 1,536 bytes in 1 blocks are definitely lost in loss record 2,441 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x546D862: cpluaopen (lj_state.c:149)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4F4D87: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1050)
==18901== by 0x4F4D87: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_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_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 1,536 bytes in 1 blocks are definitely lost in loss record 2,442 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4F5126: ngx_stream_lua_inject_ngx_api (ngx_stream_lua_util.c:2656)
==18901== by 0x4F5126: ngx_stream_lua_init_globals (ngx_stream_lua_util.c:2195)
==18901== by 0x4F5126: ngx_stream_lua_new_state (ngx_stream_lua_util.c:1145)
==18901== by 0x4F5126: ngx_stream_lua_init_vm (ngx_stream_lua_util.c:363)
==18901== by 0x4ED3BC: ngx_stream_lua_init (ngx_stream_lua_module.c:624)
==18901== by 0x4970C0: ngx_stream_block (ngx_stream.c:227)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_stream_lua_inject_ngx_api
fun:ngx_stream_lua_init_globals
fun:ngx_stream_lua_new_state
fun:ngx_stream_lua_init_vm
fun:ngx_stream_lua_init
fun:ngx_stream_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
099-c-api.t TEST 2: number typed value ==18901== 1,536 bytes in 1 blocks are definitely lost in loss record 2,443 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x546D862: cpluaopen (lj_state.c:149)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x546DB5A: lua_newstate (lj_state.c:222)
==18901== by 0x54BC981: luaL_newstate (lib_aux.c:323)
==18901== by 0x4BD28D: ngx_http_lua_new_state (ngx_http_lua_util.c:203)
==18901== by 0x4BD28D: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_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
}
099-c-api.t TEST 2: number typed value ==18901== 1,536 bytes in 1 blocks are definitely lost in loss record 2,444 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5469354: newhpart (lj_tab.c:64)
==18901== by 0x5469354: lj_tab_resize (lj_tab.c:276)
==18901== by 0x5469756: rehashtab (lj_tab.c:385)
==18901== by 0x546900D: lj_tab_newkey (lj_tab.c:469)
==18901== by 0x5469181: lj_tab_setstr (lj_tab.c:534)
==18901== by 0x547B9A6: lj_parse_keepstr (lj_parse.c:238)
==18901== by 0x5478BD6: lex_string (lj_lex.c:280)
==18901== by 0x5478BD6: lex_scan (lj_lex.c:364)
==18901== by 0x5478F2C: lj_lex_next (lj_lex.c:454)
==18901== by 0x547D511: parse_args (lj_parse.c:1896)
==18901== by 0x547D68C: expr_primary (lj_parse.c:1963)
==18901== by 0x547DAD4: parse_call_assign (lj_parse.c:2226)
==18901== by 0x547DAD4: parse_stmt (lj_parse.c:2670)
==18901== by 0x547DAD4: parse_chunk (lj_parse.c:2682)
==18901== by 0x547BB50: parse_body (lj_parse.c:1851)
==18901== by 0x547C78B: expr_simple (lj_parse.c:2006)
==18901== by 0x547C78B: expr_unop (lj_parse.c:2075)
==18901== by 0x547C78B: expr_binop (lj_parse.c:2088)
==18901== by 0x547CBC5: expr (lj_parse.c:2107)
==18901== by 0x547CBC5: expr_list (lj_parse.c:1874)
==18901== by 0x547E193: parse_return (lj_parse.c:2314)
==18901== by 0x547E193: parse_stmt (lj_parse.c:2649)
==18901== by 0x547E193: parse_chunk (lj_parse.c:2682)
==18901== by 0x547EA5F: lj_parse (lj_parse.c:2715)
==18901== by 0x548075A: cpparser (lj_load.c:41)
==18901== by 0x5462A66: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==18901== by 0x548087A: lua_loadx (lj_load.c:58)
==18901== by 0x4F9D4D: ngx_stream_lua_clfactory_loadbuffer (ngx_stream_lua_clfactory.c:730)
==18901== by 0x4F9258: ngx_stream_lua_cache_loadbuffer (ngx_stream_lua_cache.c:163)
==18901== by 0x4F4218: ngx_stream_lua_content_handler_inline (ngx_stream_lua_contentby.c:64)
==18901== by 0x4F4552: ngx_stream_lua_content_handler (ngx_stream_lua_contentby.c:236)
==18901== by 0x499B34: ngx_stream_init_session (ngx_stream_handler.c:244)
==18901== by 0x49A234: ngx_stream_init_connection (ngx_stream_handler.c:223)
==18901== by 0x43B2BF: ngx_event_accept (ngx_event_accept.c:309)
==18901== by 0x43A90C: ngx_event_process_posted (ngx_event_posted.c:33)
==18901== by 0x43A3AC: ngx_process_events_and_timers (ngx_event.c:249)
==18901== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==18901== by 0x41B70E: main (nginx.c:364)
==18901==
{
<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_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:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_stream_lua_clfactory_loadbuffer
fun:ngx_stream_lua_cache_loadbuffer
fun:ngx_stream_lua_content_handler_inline
}
099-c-api.t TEST 2: number typed value ==18901== 3,072 bytes in 1 blocks are definitely lost in loss record 2,466 of 2,487
==18901== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==18901== by 0x4C2B248: realloc (vg_replace_malloc.c:785)
==18901== by 0x54665EC: lj_mem_realloc (lj_gc.c:811)
==18901== by 0x5468618: newhpart (lj_tab.c:64)
==18901== by 0x5468618: newtab (lj_tab.c:143)
==18901== by 0x5468758: lj_tab_new (lj_tab.c:160)
==18901== by 0x5474E3A: lua_createtable (lj_api.c:644)
==18901== by 0x4BD62C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:712)
==18901== by 0x4BD62C: ngx_http_lua_init_globals (ngx_http_lua_util.c:704)
==18901== by 0x4BD62C: ngx_http_lua_new_state (ngx_http_lua_util.c:298)
==18901== by 0x4BD62C: ngx_http_lua_init_vm (ngx_http_lua_util.c:3721)
==18901== by 0x4B4941: ngx_http_lua_init (ngx_http_lua_module.c:740)
==18901== by 0x44D64B: ngx_http_block (ngx_http.c:312)
==18901== by 0x42EC6E: ngx_conf_handler (ngx_conf_file.c:427)
==18901== by 0x42EC6E: ngx_conf_parse (ngx_conf_file.c:283)
==18901== by 0x42C5BF: ngx_init_cycle (ngx_cycle.c:274)
==18901== by 0x41B4C8: main (nginx.c:276)
==18901==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
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
}
099-c-api.t TEST 2: number typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 2: number typed value - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +0,0 @@
-foo: rc=0, type=3, val=1234567
-bar: rc=0, type=3, val=3.14159
'
099-c-api.t TEST 2: number typed value - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 2: number typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 2: number typed value - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +0,0 @@
-foo: rc=0, type=3, val=1234567
-bar: rc=0, type=3, val=3.14159
'
099-c-api.t TEST 2: number typed value - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
099-c-api.t TEST 2: number typed value - status code ok got: ''
expected: '200'
099-c-api.t TEST 2: number typed value - response_body - response is expected (repeated req 2, req 0) @@ -1,2 +0,0 @@
-foo: rc=0, type=3, val=1234567
-bar: rc=0, type=3, val=3.14159
'
106-timer.t TEST 12: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x4F7A62: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:596)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x84294f0 is 32 bytes inside a block of size 96 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F74B2: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19256== by 0x510FEC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x4F7A6D: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:596)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x8429620 is 96 bytes inside a block of size 104 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F74CE: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3085)
==19256== by 0x510FEC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x4F7A76: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:597)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x8429710 is 80 bytes inside a block of size 368 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x51108F: ngx_stream_lua_create_ctx (ngx_stream_lua_util.h:174)
==19256== by 0x51108F: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:425)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x4F7A7F: ngx_stream_lua_cleanup_pending_operation (ngx_stream_lua_util.h:257)
==19256== by 0x4F7A7F: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:598)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x8429740 is 128 bytes inside a block of size 368 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x51108F: ngx_stream_lua_create_ctx (ngx_stream_lua_util.h:174)
==19256== by 0x51108F: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:425)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_cleanup_pending_operation
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x4F7A95: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:601)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x84294d8 is 8 bytes inside a block of size 96 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F74B2: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19256== by 0x510FEC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x4F5B59: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1886)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x84294d8 is 8 bytes inside a block of size 96 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F74B2: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19256== by 0x510FEC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x4F5B61: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x84293f0 is 0 bytes inside a block of size 80 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19256== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x41C1C2: ngx_log_error_core (ngx_log.c:126)
==19256== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x8429400 is 16 bytes inside a block of size 80 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19256== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x41C292: ngx_log_error_core (ngx_log.c:159)
==19256== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x84293f0 is 0 bytes inside a block of size 80 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19256== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x41C2B6: ngx_log_error_core (ngx_log.c:163)
==19256== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x84293f0 is 0 bytes inside a block of size 80 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19256== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x41C2C0: ngx_log_error_core (ngx_log.c:167)
==19256== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x8429420 is 48 bytes inside a block of size 80 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19256== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x41C2E3: ngx_log_error_core (ngx_log.c:172)
==19256== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x8429408 is 24 bytes inside a block of size 80 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19256== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x41C2E9: ngx_log_error_core (ngx_log.c:183)
==19256== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x84293f8 is 8 bytes inside a block of size 80 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19256== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x41C318: ngx_log_error_core (ngx_log.c:189)
==19256== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x84293f8 is 8 bytes inside a block of size 80 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19256== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19256== Invalid read of size 8
==19256== at 0x41C328: ngx_log_error_core (ngx_log.c:195)
==19256== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Address 0x8429438 is 72 bytes inside a block of size 80 free'd
==19256== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19256== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19256== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19256== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19256== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19256== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19256== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19256== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256== Block was alloc'd at
==19256== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19256== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19256== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19256== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19256== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19256== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19256== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19256== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19256== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19256== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19256== by 0x41B70E: main (nginx.c:364)
==19256==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x4F7A62: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:596)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429550 is 32 bytes inside a block of size 96 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F74B2: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19697== by 0x510FEC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x4F7A6D: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:596)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429680 is 96 bytes inside a block of size 104 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F74CE: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3085)
==19697== by 0x510FEC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x4F7A76: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:597)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429770 is 80 bytes inside a block of size 368 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x51108F: ngx_stream_lua_create_ctx (ngx_stream_lua_util.h:174)
==19697== by 0x51108F: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:425)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x4F7A7F: ngx_stream_lua_cleanup_pending_operation (ngx_stream_lua_util.h:257)
==19697== by 0x4F7A7F: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:598)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x84297a0 is 128 bytes inside a block of size 368 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x51108F: ngx_stream_lua_create_ctx (ngx_stream_lua_util.h:174)
==19697== by 0x51108F: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:425)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_cleanup_pending_operation
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x4F7A95: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:601)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429538 is 8 bytes inside a block of size 96 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F74B2: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19697== by 0x510FEC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x4F5B59: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1886)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429538 is 8 bytes inside a block of size 96 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F74B2: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19697== by 0x510FEC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x4F5B61: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429450 is 0 bytes inside a block of size 80 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19697== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x41C1C2: ngx_log_error_core (ngx_log.c:126)
==19697== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429460 is 16 bytes inside a block of size 80 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19697== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x41C292: ngx_log_error_core (ngx_log.c:159)
==19697== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429450 is 0 bytes inside a block of size 80 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19697== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x41C2B6: ngx_log_error_core (ngx_log.c:163)
==19697== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429450 is 0 bytes inside a block of size 80 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19697== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x41C2C0: ngx_log_error_core (ngx_log.c:167)
==19697== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429480 is 48 bytes inside a block of size 80 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19697== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x41C2E3: ngx_log_error_core (ngx_log.c:172)
==19697== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429468 is 24 bytes inside a block of size 80 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19697== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x41C2E9: ngx_log_error_core (ngx_log.c:183)
==19697== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429458 is 8 bytes inside a block of size 80 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19697== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x41C318: ngx_log_error_core (ngx_log.c:189)
==19697== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429458 is 8 bytes inside a block of size 80 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19697== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_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: ngx.thread API ==19697== Invalid read of size 8
==19697== at 0x41C328: ngx_log_error_core (ngx_log.c:195)
==19697== by 0x4F5B85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x511387: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Address 0x8429498 is 72 bytes inside a block of size 80 free'd
==19697== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19697== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19697== by 0x4F5B26: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19697== by 0x4F5B3D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19697== by 0x4F5C85: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19697== by 0x4F8003: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19697== by 0x4F80C4: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19697== by 0x51137C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697== Block was alloc'd at
==19697== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19697== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19697== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19697== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19697== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19697== by 0x4F7445: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19697== by 0x510FAB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19697== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19697== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19697== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19697== by 0x41B70E: main (nginx.c:364)
==19697==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_log_error_core
fun:ngx_stream_lua_finalize_fake_session
fun:ngx_stream_lua_finalize_session
fun:ngx_stream_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
127-uthread-kill.t TEST 5: kill a thread already terminated - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1 @@
-thread created: zombie
+t-failed to kill thread: already terminated
'
127-uthread-kill.t TEST 5: kill a thread already terminated - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +1 @@
-thread created: zombie
+t-failed to kill thread: already terminated
'
127-uthread-kill.t TEST 1: kill pending sleep - response_body - response is expected (repeated req 0, req 0) @@ -1,4 +1 @@
-hello from f()
+h-thread created: running
-killed
-failed to kill thread: already waited or killed
'
127-uthread-kill.t TEST 1: kill pending sleep - response_body - response is expected (repeated req 1, req 0) @@ -1,4 +1 @@
-hello from f()
+h-thread created: running
-killed
-failed to kill thread: already waited or killed
'
127-uthread-kill.t TEST 6: kill self - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1 @@
-failed to kill main thread: not user thread
+f-failed to kill user thread: killer not parent
-thread created: zombie
'
127-uthread-kill.t TEST 6: kill self - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1 @@
-failed to kill main thread: not user thread
+f-failed to kill user thread: killer not parent
-thread created: zombie
'
127-uthread-kill.t TEST 3: kill pending resolver - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1 @@
-thread created: running
+t-killed
'
127-uthread-kill.t TEST 3: kill pending resolver - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +1 @@
-thread created: running
+t-killed
'
128-duplex-tcp-socket.t TEST 5: concurrent socket operations while connecting - response_body - response is expected (repeated req 0, req 0) @@ -4,5 +4,5 @@
getreusedtimes: 0 nil
setkeepalive: nil socket busy connecting
connect: nil socket busy connecting
-connect: nil timeout
+connect: nil connection refused
close: nil closed
'
128-duplex-tcp-socket.t TEST 5: concurrent socket operations while connecting - response_body - response is expected (repeated req 1, req 0) @@ -4,5 +4,5 @@
getreusedtimes: 0 nil
setkeepalive: nil socket busy connecting
connect: nil socket busy connecting
-connect: nil timeout
+connect: nil connection refused
close: nil closed
'

Expected Failures

File Name Details
005-exit.t TEST 2: throw error after sending the header and partial body - response_body - response is expected (repeated req 0, req 0) got: 'h'
expected: 'hi
'
005-exit.t TEST 2: throw error after sending the header and partial body - response_body - response is expected (repeated req 1, req 0) got: 'h'
expected: 'hi
'
025-codecache.t TEST 17: lua_max_pending_timers - chained timers (non-zero delay) - not exceeding - pattern "stream lua decrementing the reference count for Lua VM: 3" should not match any line in error.log but matches line "2016/10/29 23:21:10 [debug] 10932\#0: stream lua decrementing the reference count for Lua VM: 3" (req 0)
025-codecache.t TEST 17: lua_max_pending_timers - chained timers (non-zero delay) - not exceeding - pattern "stream lua decrementing the reference count for Lua VM: 3" should not match any line in error.log but matches line "2016/10/29 23:21:10 [debug] 10932\#0: stream lua decrementing the reference count for Lua VM: 3" (req 1)
025-codecache.t TEST 22: cosocket connection pool timeout (after Lua VM destroys) - pattern "stream lua tcp socket keepalive max idle timeout" should not match any line in error.log but matches line "2016/10/29 23:21:13 [debug] 10943\#0: stream lua tcp socket keepalive max idle timeout" (req 0)
025-codecache.t TEST 22: cosocket connection pool timeout (after Lua VM destroys) - pattern "stream lua tcp socket keepalive max idle timeout" should not match any line in error.log but matches line "2016/10/29 23:21:13 [debug] 10943\#0: stream lua tcp socket keepalive max idle timeout" (req 1)
058-tcp-socket.t TEST 26: send tables of string fragments (bad type "nil") - response_body - response is expected (repeated req 0, req 0) got: 'c'
expected: 'connected: 1
'
058-tcp-socket.t TEST 26: send tables of string fragments (bad type "nil") - response_body - response is expected (repeated req 1, req 0) got: 'c'
expected: 'connected: 1
'
058-tcp-socket.t TEST 27: send tables of string fragments (bad type "boolean") - response_body - response is expected (repeated req 0, req 0) got: 'c'
expected: 'connected: 1
'
058-tcp-socket.t TEST 27: send tables of string fragments (bad type "boolean") - response_body - response is expected (repeated req 1, req 0) got: 'c'
expected: 'connected: 1
'
058-tcp-socket.t TEST 28: send tables of string fragments (bad type ngx.null) - response_body - response is expected (repeated req 0, req 0) got: 'c'
expected: 'connected: 1
'
058-tcp-socket.t TEST 28: send tables of string fragments (bad type ngx.null) - response_body - response is expected (repeated req 1, req 0) got: 'c'
expected: 'connected: 1
'
067-req-socket.t TEST 9: 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 9: 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 10: 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 10: 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 11: 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 11: 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:
'
100-client-abort.t TEST 18: ngx.flush - pattern "flush succeeded" should match a line in error.log (req 0)
100-client-abort.t TEST 18: ngx.flush - pattern "flush succeeded" should match a line in error.log (req 1)
100-client-abort.t TEST 16: ngx.say - pattern "say failed: broken pipe" should match a line in error.log (req 0)
100-client-abort.t TEST 16: ngx.say - pattern "say failed: broken pipe" should match a line in error.log (req 1)
100-client-abort.t TEST 17: ngx.print - pattern "print failed: broken pipe" should match a line in error.log (req 0)
100-client-abort.t TEST 17: ngx.print - pattern "print failed: broken pipe" should match a line in error.log (req 1)
106-timer.t TEST 3: lua variable sharing via upvalue - pattern "(?^:\[lua\] content_by_lua_block\(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 4: simple at (sleep in the timer callback) - pattern "(?^:\[lua\] content_by_lua_block\(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 1: simple at - pattern "(?^:\[lua\] content_by_lua_block\(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 2: separated global env - pattern "(?^:\[lua\] content_by_lua_block\(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 27: user args - pattern "(?^:\[lua\] content_by_lua_block\(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)
108-timer-safe.t TEST 2: simple at (sleep in the timer callback) - pattern "(?^:\[lua\] content_by_lua_block\(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_block\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[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 0) got: 'stream lua found 8185 pending timers
'
expected: 'stream lua found 8191 pending timers
'
109-timer-hup.t TEST 7: HUP reload should abort pending timers (fuzz test) - grep_error_log_out (req 1) got: 'stream lua found 8189 pending timers
'
expected: 'stream lua found 8191 pending timers
'
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]]" in /home/ec2-user/git/stream-lua-nginx-module/t/servroot/conf/nginx.conf:22
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]=]" in /home/ec2-user/git/stream-lua-nginx-module/t/servroot/conf/nginx.conf:22
132-lua-blocks.t nginx: [emerg] "http" directive is not allowed here in /home/ec2-user/git/stream-lua-nginx-module/t/servroot/conf/nginx.conf:28
132-lua-blocks.t nginx: [emerg] unexpected lua closing long-bracket in /home/ec2-user/git/stream-lua-nginx-module/t/servroot/conf/nginx.conf:22
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]==]" in /home/ec2-user/git/stream-lua-nginx-module/t/servroot/conf/nginx.conf:22

Warnings

Go back to the index page.