(This page was automatically generated by the tools in the opsboy project on 18:34:25 08-Apr-2017 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
72d8cf57 2016-11-08 20:36:06 GMT 73 39 94 7511 3041 sec

LuaJIT

LuaJIT 2.1.0-beta2, commit e244b1d

Compilation Errors

Unexpected Failures

File Name Details
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 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 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 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 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
'
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 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 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 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 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
'
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 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 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 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 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 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 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
'
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
'
106-timer.t TEST 12: ngx.thread API ==19120== Invalid read of size 8
==19120== at 0x4F7AB2: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:596)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84293d0 is 32 bytes inside a block of size 96 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7502: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19120== by 0x51103C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x4F7ABD: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:596)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x8429500 is 96 bytes inside a block of size 104 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F751E: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3085)
==19120== by 0x51103C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x4F7AC6: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:597)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84295f0 is 80 bytes inside a block of size 368 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x5110DF: ngx_stream_lua_create_ctx (ngx_stream_lua_util.h:174)
==19120== by 0x5110DF: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:425)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x4F7ACF: ngx_stream_lua_cleanup_pending_operation (ngx_stream_lua_util.h:257)
==19120== by 0x4F7ACF: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:598)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x8429620 is 128 bytes inside a block of size 368 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x5110DF: ngx_stream_lua_create_ctx (ngx_stream_lua_util.h:174)
==19120== by 0x5110DF: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:425)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x4F7AE5: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:601)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84293b8 is 8 bytes inside a block of size 96 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7502: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19120== by 0x51103C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x4F5BA9: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1886)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84293b8 is 8 bytes inside a block of size 96 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7502: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19120== by 0x51103C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x4F5BB1: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84292d0 is 0 bytes inside a block of size 80 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19120== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x41C1C2: ngx_log_error_core (ngx_log.c:126)
==19120== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84292e0 is 16 bytes inside a block of size 80 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19120== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x41C292: ngx_log_error_core (ngx_log.c:159)
==19120== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84292d0 is 0 bytes inside a block of size 80 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19120== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x41C2B6: ngx_log_error_core (ngx_log.c:163)
==19120== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84292d0 is 0 bytes inside a block of size 80 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19120== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x41C2C0: ngx_log_error_core (ngx_log.c:167)
==19120== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x8429300 is 48 bytes inside a block of size 80 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19120== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x41C2E3: ngx_log_error_core (ngx_log.c:172)
==19120== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84292e8 is 24 bytes inside a block of size 80 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19120== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x41C2E9: ngx_log_error_core (ngx_log.c:183)
==19120== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84292d8 is 8 bytes inside a block of size 80 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19120== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x41C318: ngx_log_error_core (ngx_log.c:189)
==19120== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x84292d8 is 8 bytes inside a block of size 80 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19120== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19120== Invalid read of size 8
==19120== at 0x41C328: ngx_log_error_core (ngx_log.c:195)
==19120== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Address 0x8429318 is 72 bytes inside a block of size 80 free'd
==19120== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19120== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19120== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19120== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19120== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19120== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19120== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19120== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120== Block was alloc'd at
==19120== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19120== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19120== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19120== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19120== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19120== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19120== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19120== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19120== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19120== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19120== by 0x41B70E: main (nginx.c:364)
==19120==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x4F7AB2: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:596)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429430 is 32 bytes inside a block of size 96 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7502: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19381== by 0x51103C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x4F7ABD: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:596)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429560 is 96 bytes inside a block of size 104 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F751E: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3085)
==19381== by 0x51103C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x4F7AC6: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:597)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429650 is 80 bytes inside a block of size 368 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x5110DF: ngx_stream_lua_create_ctx (ngx_stream_lua_util.h:174)
==19381== by 0x5110DF: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:425)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x4F7ACF: ngx_stream_lua_cleanup_pending_operation (ngx_stream_lua_util.h:257)
==19381== by 0x4F7ACF: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:598)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429680 is 128 bytes inside a block of size 368 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x5110DF: ngx_stream_lua_create_ctx (ngx_stream_lua_util.h:174)
==19381== by 0x5110DF: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:425)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x4F7AE5: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:601)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429418 is 8 bytes inside a block of size 96 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7502: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19381== by 0x51103C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x4F5BA9: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1886)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429418 is 8 bytes inside a block of size 96 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7502: ngx_stream_lua_create_fake_session (ngx_stream_lua_util.c:3080)
==19381== by 0x51103C: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:391)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x4F5BB1: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429330 is 0 bytes inside a block of size 80 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19381== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x41C1C2: ngx_log_error_core (ngx_log.c:126)
==19381== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429340 is 16 bytes inside a block of size 80 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19381== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x41C292: ngx_log_error_core (ngx_log.c:159)
==19381== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429330 is 0 bytes inside a block of size 80 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19381== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x41C2B6: ngx_log_error_core (ngx_log.c:163)
==19381== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429330 is 0 bytes inside a block of size 80 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19381== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x41C2C0: ngx_log_error_core (ngx_log.c:167)
==19381== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429360 is 48 bytes inside a block of size 80 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19381== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x41C2E3: ngx_log_error_core (ngx_log.c:172)
==19381== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429348 is 24 bytes inside a block of size 80 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19381== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x41C2E9: ngx_log_error_core (ngx_log.c:183)
==19381== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429338 is 8 bytes inside a block of size 80 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19381== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x41C318: ngx_log_error_core (ngx_log.c:189)
==19381== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429338 is 8 bytes inside a block of size 80 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19381== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 ==19381== Invalid read of size 8
==19381== at 0x41C328: ngx_log_error_core (ngx_log.c:195)
==19381== by 0x4F5BD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1888)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x5113D7: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:496)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Address 0x8429378 is 72 bytes inside a block of size 80 free'd
==19381== at 0x4C29FDA: free (vg_replace_malloc.c:530)
==19381== by 0x41CE11: ngx_destroy_pool (ngx_palloc.c:79)
==19381== by 0x4F5B76: ngx_stream_lua_close_fake_connection (ngx_stream_lua_util.c:2029)
==19381== by 0x4F5B8D: ngx_stream_lua_close_fake_session (ngx_stream_lua_util.c:1941)
==19381== by 0x4F5CD5: ngx_stream_lua_finalize_fake_session (ngx_stream_lua_util.c:1929)
==19381== by 0x4F8053: ngx_stream_lua_finalize_session (ngx_stream_lua_util.c:606)
==19381== by 0x4F8114: ngx_stream_lua_run_posted_threads (ngx_stream_lua_util.c:1732)
==19381== by 0x5113CC: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:490)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381== Block was alloc'd at
==19381== at 0x4C2B0D4: malloc (vg_replace_malloc.c:299)
==19381== by 0x43DE11: ngx_alloc (ngx_alloc.c:22)
==19381== by 0x41CC82: ngx_malloc (ngx_palloc.c:140)
==19381== by 0x41CEAA: ngx_palloc (ngx_palloc.c:123)
==19381== by 0x41CFD3: ngx_pcalloc (ngx_palloc.c:218)
==19381== by 0x4F7495: ngx_stream_lua_create_fake_connection (ngx_stream_lua_util.c:3040)
==19381== by 0x510FFB: ngx_stream_lua_timer_handler (ngx_stream_lua_timer.c:380)
==19381== by 0x43A7BA: ngx_event_expire_timers (ngx_event_timer.c:97)
==19381== by 0x43A3CA: ngx_process_events_and_timers (ngx_event.c:256)
==19381== by 0x442F44: ngx_single_process_cycle (ngx_process_cycle.c:309)
==19381== by 0x41B70E: main (nginx.c:364)
==19381==
{
<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 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 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 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
'

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 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/11/08 20:44:33 [debug] 10820\#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/11/08 20:44:33 [debug] 10820\#0: stream lua tcp socket keepalive max idle timeout" (req 1)
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/11/08 20:44:53 [debug] 10897\#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/11/08 20:44:53 [debug] 10897\#0: stream lua decrementing the reference count for Lua VM: 3" (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 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)
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 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)
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 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)
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)
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)
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)
109-timer-hup.t TEST 7: HUP reload should abort pending timers (fuzz test) - grep_error_log_out (req 0) got: 'stream lua found 8189 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 8187 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] 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

Warnings

Go back to the index page.